Class AnnotationAnnotationElement
- java.lang.Object
-
- com.strobel.assembler.metadata.annotations.AnnotationElement
-
- com.strobel.assembler.metadata.annotations.AnnotationAnnotationElement
-
public final class AnnotationAnnotationElement extends AnnotationElement
-
-
Field Summary
Fields Modifier and Type Field Description private CustomAnnotation
_annotation
-
Constructor Summary
Constructors Constructor Description AnnotationAnnotationElement(CustomAnnotation annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomAnnotation
getAnnotation()
-
Methods inherited from class com.strobel.assembler.metadata.annotations.AnnotationElement
getElementType
-
-
-
-
Field Detail
-
_annotation
private final CustomAnnotation _annotation
-
-
Constructor Detail
-
AnnotationAnnotationElement
public AnnotationAnnotationElement(CustomAnnotation annotation)
-
-
Method Detail
-
getAnnotation
public CustomAnnotation getAnnotation()
-
-