-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Parameter
Declares a parameter within a settings class.This should be set on the get method for a parameter, and it may generally be assumed that there is a corresponding set method.
All parameters must have a default value of some description, and therefore no parameters are required.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringdescriptionA description of this parameterStringkeyThe configuration key associated with this parameter
-