Save This Page
Home » openjdk-7 » java » lang » annotation » [javadoc | source]
java.lang.annotation
public enum class: ElementType [javadoc | source]
java.lang.Enum
   java.lang.annotation.ElementType
A program element type. The constants of this enumerated type provide a simple classification of the declared elements in a Java program.

These constants are used with the Target meta-annotation type to specify where it is legal to use an annotation type.