Class AnnotationAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.AnnotationAnnotationValue
- All Implemented Interfaces:
WritableEntry
Represents a nestled annotation value
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationAnnotationValue
(ConstPool constPool, String name, ClassAnnotation value) -
Method Summary
Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
Constructor Details
-
AnnotationAnnotationValue
-
-
Method Details
-
getTag
public char getTag()- Specified by:
getTag
in classAnnotationValue
-
writeData
- Specified by:
writeData
in classAnnotationValue
- Throws:
IOException
-