Package tigase.kernel.beans.config
Annotation Type ConfigField
-
@Target(FIELD) @Retention(RUNTIME) @Inherited @Documented public @interface ConfigField
Annotation to define configurable field.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringaliasMakes alias of "component root level" property in config file.booleanallowAliasFromParentAllows config to be set on one of parent levels of configuration using alias.
-
-
-
Element Detail
-
desc
String desc
Description of field. May be used in all human readable forms.- Returns:
- description of field.
-
-
-
alias
String alias
Makes alias of "component root level" property in config file.Not only
component/bean/property=valuewill be used but alsocomponent/alias=value.- Returns:
- alias of config field.
- Default:
- ""
-
-