Annotation Interface Property


@GwtCompatible @Target(FIELD) @Deprecated @Documented public @interface Property
Deprecated.
use Accessors instead
Creates a getter and setter method for the annotated field. Prepends the field name with an underscore (e.g. _myField)
Author:
Sven Efftinge