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