Class ClassAnnotationElement
- java.lang.Object
-
- com.strobel.assembler.metadata.annotations.AnnotationElement
-
- com.strobel.assembler.metadata.annotations.ClassAnnotationElement
-
public final class ClassAnnotationElement extends AnnotationElement
-
-
Field Summary
Fields Modifier and Type Field Description private TypeReference
_classType
-
Constructor Summary
Constructors Constructor Description ClassAnnotationElement(TypeReference classType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeReference
getClassType()
-
Methods inherited from class com.strobel.assembler.metadata.annotations.AnnotationElement
getElementType
-
-
-
-
Field Detail
-
_classType
private final TypeReference _classType
-
-
Constructor Detail
-
ClassAnnotationElement
public ClassAnnotationElement(TypeReference classType)
-
-
Method Detail
-
getClassType
public TypeReference getClassType()
-
-