Uses of Class
com.strobel.assembler.metadata.annotations.AnnotationElementType
-
Packages that use AnnotationElementType Package Description com.strobel.assembler.metadata.annotations -
-
Uses of AnnotationElementType in com.strobel.assembler.metadata.annotations
Fields in com.strobel.assembler.metadata.annotations declared as AnnotationElementType Modifier and Type Field Description private AnnotationElementTypeAnnotationElement. _elementTypeMethods in com.strobel.assembler.metadata.annotations that return AnnotationElementType Modifier and Type Method Description static AnnotationElementTypeAnnotationElementType. forTag(char tag)AnnotationElementTypeAnnotationElement. getElementType()static AnnotationElementTypeAnnotationElementType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AnnotationElementType[]AnnotationElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.strobel.assembler.metadata.annotations with parameters of type AnnotationElementType Constructor Description AnnotationElement(AnnotationElementType elementType)
-