@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ConfiguredType
ConfiguredProperty
annotation(s). Nevertheless these annotations can also have relative key names. This annotation allows
to define a configuration area that is prefixed to all relative configuration keys within the
corresponding class/template interface.Modifier and Type | Optional Element and Description |
---|---|
boolean |
autoConfigure
Property that can be used to let Tamaya automatically configure all matching fields and setter methods.
|
String[] |
defaultSections
Allows to declare an section names that are prepended to resolve relative configuration keys.
|
public abstract String[] defaultSections
public abstract boolean autoConfigure
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.