Annotation Type EnumKeyConfiguration
-
@Target(FIELD) @Retention(RUNTIME) @Inherited @Documented public @interface EnumKeyConfigurationDefines 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 booleanisConfidentialDetermines whether the configuration value is confidential.java.lang.StringvalidFromDefines the valid from date of the enumeration configuration.java.lang.StringvalidTillDefines the valid till date of the enumeration configuration.
-