@Retention(RUNTIME)
@Target(FIELD)
public static @interface Parameterized.Parameter
Parameters| Modifier and Type | Optional Element | 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. |