org.apache.qpid.configuration
Annotation Type Configured


@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

path

public abstract String path
The Commons Configuration path to the configuration element


defaultValue

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



Licensed to the Apache Software Foundation