Package tigase.kernel.beans.config
Annotation Type ConfigField
-
@Target(FIELD) @Retention(RUNTIME) @Inherited @Documented public @interface ConfigFieldAnnotation to define configurable field.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringdescDescription of field.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringaliasMakes alias of "component root level" property in config file.booleanallowAliasFromParentAllows config to be set on one of parent levels of configuration using alias.ConfigFieldTypetype
-
-
-
-
type
ConfigFieldType type
- Default:
- tigase.kernel.beans.config.ConfigFieldType.Plain
-
-