@Target(value=ANNOTATION_TYPE)
 @Retention(value=RUNTIME)
public @interface Argument
| Modifier and Type | Required Element and Description | 
|---|---|
| java.lang.Class<?> | clazzThe class. | 
| java.lang.String | nameThe argument name. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String | defaultvalueThe default value as expression string, i.e. | 
| java.lang.String | descriptionThe description. |