public class ClassAnnotationValue extends AnnotationValue
Constructor and Description |
---|
ClassAnnotationValue(ConstPool constPool,
String name,
Class<?> value) |
ClassAnnotationValue(ConstPool constPool,
String name,
String descriptor) |
Modifier and Type | Method and Description |
---|---|
char |
getTag() |
void |
writeData(ByteArrayDataOutputStream stream) |
getName, write
public char getTag()
getTag
in class AnnotationValue
public void writeData(ByteArrayDataOutputStream stream) throws IOException
writeData
in class AnnotationValue
IOException
Copyright © 2014 Seam Framework. All Rights Reserved.