Package com.github.microtweak.jac4e.core
Annotation Type EnumAttributeConverter
-
@Target(TYPE) @Retention(RUNTIME) public @interface EnumAttributeConverter
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringattributeNamebooleanautoApplyValueNotFoundStrategyifValueNotPresentStringpackageName
-
-
-
Element Detail
-
packageName
String packageName
- Default:
- ""
-
-
-
attributeName
String attributeName
- Default:
- ""
-
-
-
ifValueNotPresent
ValueNotFoundStrategy ifValueNotPresent
- Default:
- com.github.microtweak.jac4e.core.ValueNotFoundStrategy.INHERITED
-
-