Annotation Type RestEnrichable
-
@Target(TYPE) @Retention(RUNTIME) public @interface RestEnrichable
An annotation indicating that this model object should be enriched when being serialized.The enrichment concept is based on extending an object with properties it does not map, it therefore enforces the ignoreUnknown=true for json properties.