]> source.dussan.org Git - vaadin-framework.git/commitdiff
Updated ServerConnector javadoc (#10304) 22/322/1
authorArtur Signell <artur@vaadin.com>
Wed, 21 Nov 2012 13:03:10 +0000 (15:03 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 21 Nov 2012 13:03:29 +0000 (15:03 +0200)
Change-Id: Ia2a893b3b56d15a27bce839dcc92dc86e9b3996e

client/src/com/vaadin/client/ServerConnector.java

index 85eeab29ff0df5f8ee02837167ed3a416fd77d52..c5f42d3bd09d9615e2a50e2048c3582ca69af21c 100644 (file)
@@ -169,6 +169,11 @@ public interface ServerConnector extends Connector {
     /**
      * Gets the current shared state of the connector.
      * 
+     * Note that state is considered an internal part of the connector. You
+     * should not rely on the state object outside of the connector who owns it.
+     * If you depend on the state of other connectors you should use their
+     * public API instead of their state object directly.
+     * 
      * @since 7.0.
      * @return state The shared state object. Can be any sub type of
      *         {@link SharedState}. Never null.