Package org.forgerock.api.annotations
Annotation Type Description
- 
@Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) public @interface Description
Annotation to define JSON Schema property's description. This annotation is equal toJsonPropertyDescription, but has the added benefit of being scoped as aElementType.TYPEannotation, for describing an entire class-model. 
- 
- 
Element Detail
- 
value
String value
The description of the property. 
 - 
 
 -