Annotation Type GemmaWebOnly


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface GemmaWebOnly
Indicate that a property is exclusively used for Gemma Web.

Fields and getters annotated with this are excluded from Jackson JSON serialization and will not appear in the Gemma RESTful API.

Author:
poirigui
See Also: