@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Params
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
name |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |
java.lang.String |
validatorref |