Package org.forgerock.api.annotations
Annotation Interface EnumTitle
Annotation to provide a title for a given enum value. This will be used by JSON schema generation from
a type to set the CREST API Descriptor
options/enum_titles
property.-
Required Element Summary
-
Element Details
-
value
String valueThe title of the enum value.
-