javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Property.java
branchmodel
changeset 1023 ad9a37489365
parent 770 26513bd377b9
child 1787 ea12a3bb4b33
     1.1 --- a/javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Property.java	Fri Feb 22 08:59:40 2013 +0100
     1.2 +++ b/javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Property.java	Fri Apr 26 13:48:36 2013 +0200
     1.3 @@ -22,13 +22,13 @@
     1.4  import java.lang.annotation.Target;
     1.5  import java.util.List;
     1.6  
     1.7 -/** Represents a property. Either in a generated model of an HTML
     1.8 - * {@link Page} or in a class defined by {@link Model}.
     1.9 - *
    1.10 +/** 
    1.11 + * @deprecated Replaced by new {@link net.java.html.json.Property net.java.html.json} API.
    1.12   * @author Jaroslav Tulach <jtulach@netbeans.org>
    1.13   */
    1.14  @Retention(RetentionPolicy.SOURCE)
    1.15  @Target({})
    1.16 +@Deprecated
    1.17  public @interface Property {
    1.18      /** Name of the property. Will be used to define proper getter and setter
    1.19       * in the associated class.