com.nativelibs4java.util
Annotation Type EnumValue


@Target(value={TYPE,FIELD})
@Retention(value=RUNTIME)
public @interface EnumValue

Annotation that defines the integer value for a Java enum item

Author:
ochafik

Required Element Summary
 long value
          Integral representation of the enum item
 

Element Detail

value

public abstract long value
Integral representation of the enum item



Copyright © 2009-2012. All Rights Reserved.