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 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.