@Target(value=FIELD) @Retention(value=RUNTIME) @Inherited @Documented public @interface ConfigField
Modifier and Type | Required Element and Description |
---|---|
String |
desc
Description of field.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
alias
Makes alias of "component root level" property in config file.
|
boolean |
allowAliasFromParent
Allows config to be set on one of parent levels of configuration using alias.
|
public abstract String desc
public abstract String alias
Not only component/bean/property=value
will be used but also component/alias=value
.
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.