Class AnnotationElement
- java.lang.Object
-
- com.strobel.assembler.metadata.annotations.AnnotationElement
-
- Direct Known Subclasses:
AnnotationAnnotationElement
,ArrayAnnotationElement
,ClassAnnotationElement
,ConstantAnnotationElement
,EnumAnnotationElement
public abstract class AnnotationElement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private AnnotationElementType
_elementType
-
Constructor Summary
Constructors Modifier Constructor Description protected
AnnotationElement(AnnotationElementType elementType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationElementType
getElementType()
-
-
-
Field Detail
-
_elementType
private final AnnotationElementType _elementType
-
-
Constructor Detail
-
AnnotationElement
protected AnnotationElement(AnnotationElementType elementType)
-
-
Method Detail
-
getElementType
public AnnotationElementType getElementType()
-
-