Package org.eclipse.xtend.lib
Annotation Type Property
-
@GwtCompatible @Target(FIELD) @Deprecated @Documented public @interface Property
Deprecated.useAccessors
insteadCreates a getter and setter method for the annotated field. Prepends the field name with an underscore (e.g._myField
)