json/src/main/java/net/java/html/json/ModelOperation.java
changeset 1023 4f906bde3a2e
parent 790 30f20d9c0986
     1.1 --- a/json/src/main/java/net/java/html/json/ModelOperation.java	Sat Aug 02 12:59:31 2014 +0200
     1.2 +++ b/json/src/main/java/net/java/html/json/ModelOperation.java	Wed Dec 09 21:39:13 2015 +0100
     1.3 @@ -53,7 +53,8 @@
     1.4   * <p>
     1.5   * A method in a class annotated by {@link Model @Model} annotation may be
     1.6   * annotated by {@link ModelOperation @ModelOperation}. The method has
     1.7 - * to be static, non-private and return <code>void</code>. The first parameter
     1.8 + * to be static (unless {@link Model#instance() instance mode} is on), 
     1.9 + * non-private and return <code>void</code>. The first parameter
    1.10   * of the method must be the {@link Model#className() model class} followed
    1.11   * by any number of additional arguments.
    1.12   * <p>