@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface Strict
Strict will require that annotations are present to define persistence or json names so that default bean names will not be used. For example, if json() is true and using Jackson only fields annotated using @JsonProperty will be used in ResourceDescriptions
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
json |
boolean |
persistence |
Copyright © 2018. All rights reserved.