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