|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Configured
Marks a field as having a "configured" value injected into it by a configurator.
Required Element Summary | |
---|---|
String |
defaultValue
The default value to use should the path not be found in the configuration source |
String |
path
The Commons Configuration path to the configuration element |
Element Detail |
---|
public abstract String path
public abstract String defaultValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |