org.apache.qpid.configuration
Annotation Type Configured


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Configured

Marks a field as being "configured" externally.


Required Element Summary
 java.lang.String defaultValue
          The default value to use should the path not be found in the configuration source
 java.lang.String path
          The Commons Configuration path to the configuration element
 

Element Detail

path

public abstract java.lang.String path
The Commons Configuration path to the configuration element


defaultValue

public abstract java.lang.String defaultValue
The default value to use should the path not be found in the configuration source