Annotation Type EnumNaming
Annotation that can be used to indicate a
EnumNamingStrategy
to use for annotated class.- Since:
- 2.15
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends EnumNamingStrategy> value- Returns:
- Type of
EnumNamingStrategy
to use, if any. Default value ofEnumNamingStrategy.class
means "no strategy specified" (and may also be used for overriding to remove otherwise applicable naming strategy) - Since:
- 2.15
-