GWT 2.5.0.rc2

com.google.gwt.benchmarks.client
Annotation Type RangeEnum


@Target(value=PARAMETER)
@Documented
public @interface RangeEnum

Specifies an Enum containing the entire range of values for a parameter to a Benchmark method.


Required Element Summary
 java.lang.Class<? extends java.lang.Enum<?>> value
          An Enum that contains the range of values that will be supplied to the test method.
 

Element Detail

value

public abstract java.lang.Class<? extends java.lang.Enum<?>> value
An Enum that contains the range of values that will be supplied to the test method.

Returns:
for example, MyEnum.class

GWT 2.5.0.rc2