json/src/main/java/net/java/html/json/OnReceive.java
changeset 1023 4f906bde3a2e
parent 940 bdec4103bdb2
     1.1 --- a/json/src/main/java/net/java/html/json/OnReceive.java	Wed May 27 23:37:25 2015 +0200
     1.2 +++ b/json/src/main/java/net/java/html/json/OnReceive.java	Wed Dec 09 21:39:13 2015 +0100
     1.3 @@ -102,6 +102,8 @@
     1.4   * One can use this method to communicate with the server
     1.5   * via <a href="doc-files/websockets.html">WebSocket</a> protocol since version 0.6.
     1.6   * Read the <a href="doc-files/websockets.html">tutorial</a> to see how.
     1.7 + * The method shall be non-private
     1.8 + * and unless {@link Model#instance() instance mode} is on also static.
     1.9   * <p>
    1.10   * Visit an <a target="_blank" href="http://dew.apidesign.org/dew/#7138581">on-line demo</a>
    1.11   * to see REST access via {@link OnReceive} annotation.