Uses of Enum Class
com.strobel.assembler.metadata.annotations.AnnotationElementType
Packages that use AnnotationElementType
-
Uses of AnnotationElementType in com.strobel.assembler.metadata.annotations
Fields in com.strobel.assembler.metadata.annotations declared as AnnotationElementTypeModifier and TypeFieldDescriptionprivate final AnnotationElementType
AnnotationElement._elementType
Methods in com.strobel.assembler.metadata.annotations that return AnnotationElementTypeModifier and TypeMethodDescriptionstatic AnnotationElementType
AnnotationElementType.forTag
(char tag) AnnotationElement.getElementType()
static AnnotationElementType
Returns the enum constant of this class with the specified name.static AnnotationElementType[]
AnnotationElementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.strobel.assembler.metadata.annotations with parameters of type AnnotationElementType