Annotation Interface EnumString
Annotation to mark a field as an enum represented by a string.
This annotation can be used to specify the allowed values for the enum.
-
Optional Element Summary
Optional Elements
-
Element Details
-
values
String[] valuesThe values that are allowed for this field.- Default:
{}
-