Annotation Interface Property


@Retention(RUNTIME) @Target(METHOD) public @interface Property
The @Property annotation is used to indicate that a method (or pair of methods) is a property, to set a property name and flags, or to specify that a pair of get- and set-methods are not properties (using skip=false).

Always set the @Property annotation with the same parameters on both the get- and set-method.