@Target(value=PARAMETER)
@Documented
public @interface RangeField
Benchmark
method. The field must belong to the same class being
decorated by this annotation. The field must be either an Iterable, Enum, or
array whose type matches the parameter being annotated.RangeEnum
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The name of the field that this range refers to.
|