Class ArrayAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.ArrayAnnotationValue
- All Implemented Interfaces:
WritableEntry
An array annotation value
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionArrayAnnotationValue
(ConstPool constPool, String name, List<AnnotationValue> value) -
Method Summary
Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
Constructor Details
-
ArrayAnnotationValue
-
-
Method Details
-
getTag
public char getTag()- Specified by:
getTag
in classAnnotationValue
-
writeData
- Specified by:
writeData
in classAnnotationValue
- Throws:
IOException
-