org.eclipse.xtend.lib
Annotation Type Property


@Target(value=FIELD)
@Retention(value=SOURCE)
public @interface Property

Author:
Sven Efftinge Creates a getter and setter method for the annotated field. Prepends the field name with an underscore (e.g. _myField)