org.jboss.classfilewriter.annotations
Class ClassAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.ClassAnnotationValue
- All Implemented Interfaces:
- WritableEntry
public class ClassAnnotationValue
- extends AnnotationValue
A class annotation value
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassAnnotationValue
public ClassAnnotationValue(ConstPool constPool,
String name,
Class<?> value)
ClassAnnotationValue
public ClassAnnotationValue(ConstPool constPool,
String name,
String descriptor)
getTag
public char getTag()
- Specified by:
getTag
in class AnnotationValue
writeData
public void writeData(ByteArrayDataOutputStream stream)
throws IOException
- Specified by:
writeData
in class AnnotationValue
- Throws:
IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.