@Target(value={ANNOTATION_TYPE,TYPE}) @Retention(value=RUNTIME) public @interface EnumNaming
EnumNamingStrategy
to use for annotated class.Modifier and Type | Required Element and Description |
---|---|
Class<? extends EnumNamingStrategy> |
value |
public abstract Class<? extends EnumNamingStrategy> value
EnumNamingStrategy
to use, if any. Default value
of EnumNamingStrategy.class
means "no strategy specified"
(and may also be used for overriding to remove otherwise applicable
naming strategy)Copyright © 2008–2024 FasterXML. All rights reserved.