com.ryanm.config.imp
Annotation Type ConfigurableVariable
@Documented
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ConfigurableVariable
Used to denote members of a class that are to be included in the
Configurator. Can be applied to public variables or get/set
methods. Note that variables with this annotation must be public to
appear in the configurator. Getter methods must have no parameters
and an appropriate return type. Setter methods must have a void
return type and exactly one parameter, again with appropriate type.
Action methods must have no parameters, and a void return type.
- Author:
- ryanm
|
Required Element Summary |
java.lang.String |
value
The name of the variable |
value
public abstract java.lang.String value
- The name of the variable