@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Inherited
public @interface InputArgument
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<?> |
collectionType
Deprecated.
Explicitly specifying the collectionType is not necessary, it will be inferred from the parameter type
|
java.lang.String |
name |
java.lang.String |
value |