json/src/main/java/net/java/html/json/Function.java
changeset 1023 4f906bde3a2e
parent 901 4d20596b35bc
     1.1 --- a/json/src/main/java/net/java/html/json/Function.java	Tue Dec 09 13:42:51 2014 +0100
     1.2 +++ b/json/src/main/java/net/java/html/json/Function.java	Wed Dec 09 21:39:13 2015 +0100
     1.3 @@ -52,7 +52,8 @@
     1.4  /** Methods in class annotated by {@link Model} can be 
     1.5   * annotated by this annotation to signal that they should be available
     1.6   * as functions to users of the model classes. The method
     1.7 - * should be non-private, static and return <code>void</code>.
     1.8 + * should be non-private, static (unless {@link Model#instance() instance mode} is on)
     1.9 + * and return <code>void</code>.
    1.10   * It may take few arguments. The first argument can be the type of
    1.11   * the associated model class, the other argument can be of any type,
    1.12   * but has to be named <code>data</code> - this one represents the