diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-05 19:28:23 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-05 19:45:50 +0300 |
commit | 1d0c96de9595c243d88471476d21e5f248be63f7 (patch) | |
tree | 878aac90f8523d9149750f0d9a1aeaa07a52a451 /server/src/com/vaadin/event/EventRouter.java | |
parent | 9e84f385ce370909719c62ac539b3181442116d6 (diff) | |
download | vaadin-framework-1d0c96de9595c243d88471476d21e5f248be63f7.tar.gz vaadin-framework-1d0c96de9595c243d88471476d21e5f248be63f7.zip |
Deprecated EventRouter with a message that it will be replaced before 7.0.0 (#8640)
Diffstat (limited to 'server/src/com/vaadin/event/EventRouter.java')
-rw-r--r-- | server/src/com/vaadin/event/EventRouter.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/com/vaadin/event/EventRouter.java b/server/src/com/vaadin/event/EventRouter.java index 80c6e5294d..18f13b0ea2 100644 --- a/server/src/com/vaadin/event/EventRouter.java +++ b/server/src/com/vaadin/event/EventRouter.java @@ -31,8 +31,11 @@ import java.util.List; * * @author Vaadin Ltd. * @since 3.0 + * @deprecated The EventRouter will be replaced by an EventRouter which does not + * use reflection in Vaadin 7.0.0. See #8640. */ @SuppressWarnings("serial") +@Deprecated public class EventRouter implements MethodEventSource { /** |