json/src/main/java/net/java/html/json/OnPropertyChange.java
changeset 1023 4f906bde3a2e
parent 655 7211ec5f3172
     1.1 --- a/json/src/main/java/net/java/html/json/OnPropertyChange.java	Mon May 19 13:42:49 2014 +0200
     1.2 +++ b/json/src/main/java/net/java/html/json/OnPropertyChange.java	Wed Dec 09 21:39:13 2015 +0100
     1.3 @@ -74,7 +74,8 @@
     1.4   * }
     1.5   * </pre>
     1.6   * The method's first argument should be the instance of the 
     1.7 - * associated {@link Model model class}.
     1.8 + * associated {@link Model model class}. The method shall be non-private
     1.9 + * and unless {@link Model#instance() instance mode} is on also static.
    1.10   * There can be an optional second {@link String} argument which will be set
    1.11   * to the name of the changed property. The second argument is only useful when
    1.12   * a single method reacts to changes in multiple properties.