@Retention(value=RUNTIME)
public @interface ApiResourceProperty
Modifier and Type | Optional Element and Description |
---|---|
AnnotationBoolean |
ignored
Whether or not the property represented by the annotated getter, setter or field should be
ignored for the API.
|
java.lang.String |
name
The name that the property represented by the annotated getter, setter, or field should appear
as in the API.
|
public abstract java.lang.String name
public abstract AnnotationBoolean ignored