JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
org.eclipse.xtend.lib
Package
org.eclipse.xtend.lib
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
Accessorsinstead