Package org.forgerock.api.annotations
Annotation Interface Description
Annotation to define JSON Schema property's description. This annotation is equal to
 
JsonPropertyDescription, but has the added benefit of being scoped
 as a ElementType.TYPE annotation, for describing an entire class-model.- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
String valueThe description of the property. 
 -