@GwtCompatible
@Target(value={FIELD,TYPE})
@Documented
public @interface Accessors
Annotated on a field
AccessorType
[] argument is given, only the listed
accessors with the specified visibility will be generatedAnnotated on a class
FinalFieldsConstructor
annotation.AccessorType.NONE
.
This annotation can also be used to fine-tune the getters generated by Data
.Modifier and Type | Optional Element and Description |
---|---|
AccessorType[] |
value
Describes the access modifiers for generated accessors.
|
public abstract AccessorType[] value
AccessorType.NONE
.