Uses of Enum Class
java.lang.annotation.ElementType
Package
Description
Provides library support for the Java programming language
annotation facility.
-
Uses of ElementType in java.lang.annotation
Modifier and TypeClassDescriptionenum
The constants of this enumerated class provide a simple classification of the syntactic locations where annotations may appear in a Java program.Modifier and TypeMethodDescriptionstatic ElementType
Returns the enum constant of this class with the specified name.static ElementType[]
ElementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.