@Target(TYPE)
@Retention(RUNTIME)
public @interface JsonIgnoreType
Note: annotation does have boolean 'value' property (which defaults to 'true'), so that it is actually possible to override value using mix-in annotations.
Modifier and Type | Optional Element | Description |
---|---|---|
boolean |
value |
Optional argument that defines whether this annotation is active
or not.
|
boolean value