Class ClassAnnotation
java.lang.Object
org.jboss.classfilewriter.annotations.ClassAnnotation
- All Implemented Interfaces:
WritableEntry
A bytecode representation of a java annotation
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionClassAnnotation
(ConstPool constPool, String type, List<AnnotationValue> annotationValues) -
Method Summary
-
Constructor Details
-
ClassAnnotation
-
-
Method Details
-
write
- Specified by:
write
in interfaceWritableEntry
- Throws:
IOException
-
getType
-
getAnnotationValues
-