@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface Parameterized.Parameter
Parameters
Modifier and Type | Optional Element and Description |
---|---|
int |
value
Method that returns the index of the parameter in the array
returned by the method annotated by
Parameters .Index range must start at 0. |