Uses of Enum Class
java.lang.annotation.ElementType
Packages that use ElementType
Package
Description
Provides library support for the Java programming language
 annotation facility.
- 
Uses of ElementType in java.lang.annotationMethods in java.lang.annotation that return ElementTypeModifier and TypeMethodDescriptionstatic ElementTypeReturns 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.