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