Annotation Type EnumKeyConfiguration
-
@Target(FIELD) @Retention(RUNTIME) @Inherited @Documented public @interface EnumKeyConfiguration
Defines the enumeration as a simple configuration as a set.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
description
Defines the description of the enumeration configuration.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
isConfidential
Determines whether the configuration value is confidential.java.lang.String
validFrom
Defines the valid from date of the enumeration configuration.java.lang.String
validTill
Defines the valid till date of the enumeration configuration.
-