@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface Configuration
ConfigurationLoader
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
defaultValue
Default value to be applied if the actual configuration source doesn't specify this property.
|
java.lang.String |
name
Name of the property.
|
Copyright © 2013. All Rights Reserved.