Annotation Interface Ignore
Simplified annotation to ignore properties. Similar to
JsonIgnore in
Jackson, but simplified/more generic here.- Author:
- Holger Eichelberger, SSE
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanOptional argument that defines whether this annotation is active or not.
-
Element Details
-
value
boolean valueOptional argument that defines whether this annotation is active or not.- Returns:
- True if annotation is enabled (normal case); false if it is to be ignored (only useful for mix-in annotations to "mask" annotation)
- Default:
true
-