Class ClassAnnotation
java.lang.Object
org.jboss.classfilewriter.annotations.ClassAnnotation
- All Implemented Interfaces:
WritableEntry
A bytecode representation of a java annotation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<AnnotationValue> private final Stringprivate final int -
Constructor Summary
ConstructorsConstructorDescriptionClassAnnotation(ConstPool constPool, String type, List<AnnotationValue> annotationValues) -
Method Summary
-
Field Details
-
type
-
typeIndex
private final int typeIndex -
annotationValues
-
-
Constructor Details
-
ClassAnnotation
-
-
Method Details
-
write
- Specified by:
writein interfaceWritableEntry- Throws:
IOException
-
getType
-
getAnnotationValues
-