Class ArrayAnnotationElement
- java.lang.Object
-
- com.strobel.assembler.metadata.annotations.AnnotationElement
-
- com.strobel.assembler.metadata.annotations.ArrayAnnotationElement
-
public final class ArrayAnnotationElement extends AnnotationElement
-
-
Field Summary
Fields Modifier and Type Field Description private AnnotationElement[]
_elements
-
Constructor Summary
Constructors Constructor Description ArrayAnnotationElement(AnnotationElement[] elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationElement[]
getElements()
-
Methods inherited from class com.strobel.assembler.metadata.annotations.AnnotationElement
getElementType
-
-
-
-
Field Detail
-
_elements
private final AnnotationElement[] _elements
-
-
Constructor Detail
-
ArrayAnnotationElement
public ArrayAnnotationElement(AnnotationElement[] elements)
-
-
Method Detail
-
getElements
public AnnotationElement[] getElements()
-
-