com.atlassian.confluence.api.serialization
Annotation Type RestEnrichable


@ExperimentalApi
@Target(value=TYPE)
@Retention(value=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.



Copyright © 2003–2015 Atlassian. All rights reserved.