public abstract @interface

RangeField

implements Annotation
com.google.gwt.benchmarks.client.RangeField

Class Overview

Specifies a field containing the entire range of values for a parameter to a 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.

See Also

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation