@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Configuration
ConfigurationLoader
Modifier and Type | Fields and Description |
---|---|
static String |
UNSPECIFIED |
Modifier and Type | Optional Element and Description |
---|---|
String |
defaultValue
Default value to be applied if the actual configuration source doesn't specify this property.
|
String |
name
Name of the property.
|
public static final String UNSPECIFIED
public abstract String name
public abstract String defaultValue
Copyright © 2014. All rights reserved.