Package org.forgerock.api.annotations
Annotation Type EnumTitle
-
@Retention(RUNTIME) @Target(FIELD) public @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 Descriptoroptions/enum_titles
property.
-
-
Element Detail
-
value
String value
The title of the enum value.
-
-