@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface FieldAccessor
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
fieldName
Deprecated.
The name of the field.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
existingField
Deprecated.
If false, the field will be created.
|
java.lang.String |
fieldDesc
Deprecated.
The description of the field.
|
boolean |
volatileAccess
Deprecated.
If the field will be created, use the volatile keyword.
|
public abstract java.lang.String fieldName
FieldAccessorGeneratingClassAdapter will
automatically mangle the field name so that it does not conflict with existing field names.public abstract java.lang.String fieldDesc
public abstract boolean existingField
a - StopProcessingException if true and the field exists