Annotation Interface SpecEnum
Specifies that the value of a field must correspond to an enum and
that the value must be read using the given
EnumGetMethod.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionHow to interpret the config value.
-
Element Details
-
method
EnumGetMethod methodHow to interpret the config value. For instance, should we match the name and the ordinal() or just the name? Should we ignore the case of the string value or not?
-