classUtils.annotation
Annotation Type FloatRange


@Retention(value=RUNTIME)
public @interface FloatRange


Required Element Summary
 float getIncrement
           
 float getMax
           
 float getMin
           
 java.lang.String getName
           
 float getValue
           
 

Element Detail

getValue

public abstract float getValue

getMin

public abstract float getMin

getMax

public abstract float getMax

getIncrement

public abstract float getIncrement

getName

public abstract java.lang.String getName