Annotation Type EnumConfiguration
-
@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @interface EnumConfigurationDefines the enumeration as a simple configuration as a set.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringdescriptionDefines the description of the enumeration configuration.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringtagDefines the tag of the enumeration configuration, which is optional and can be used for identify specific enum configurations.java.lang.StringvalidFromDefines the valid from date of the enumeration configuration.java.lang.StringvalidTillDefines the valid till date of the enumeration configuration.
-