org.jboss.classfilewriter.annotations
Class ClassAnnotation
java.lang.Object
org.jboss.classfilewriter.annotations.ClassAnnotation
- All Implemented Interfaces:
- WritableEntry
public class ClassAnnotation
- extends Object
- implements WritableEntry
A bytecode representation of a java annotation
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassAnnotation
public ClassAnnotation(ConstPool constPool,
String type,
List<AnnotationValue> annotationValues)
write
public void write(ByteArrayDataOutputStream stream)
throws IOException
- Specified by:
write
in interface WritableEntry
- Throws:
IOException
getType
public String getType()
getAnnotationValues
public List<AnnotationValue> getAnnotationValues()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.