classUtils.annotation
Annotation Type ByteRange


public @interface ByteRange


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

Element Detail

getValue

public abstract byte getValue

getMin

public abstract byte getMin

getMax

public abstract byte getMax

getIncrement

public abstract byte getIncrement

getName

public abstract java.lang.String getName