org.jboss.classfilewriter.annotations
Class AnnotationBuilder
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationBuilder
public class AnnotationBuilder
- extends Object
Utility class that can be used to contruct annotations and annotation attributes from java Annotation
instances
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createAnnotation
public static ClassAnnotation createAnnotation(ConstPool constPool,
Annotation annotation)
createValue
public static AnnotationValue createValue(ConstPool constPool,
String name,
Object value)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.