|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Configuration
Customizes how the property retrieval is handled.
ConfigurationLoader
Optional Element Summary | |
---|---|
String |
defaultValue
Default value to be applied if the actual configuration source doesn't specify this property. |
String |
name
Name of the property. |
public abstract String name
public abstract String defaultValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |