Module org.jboss.classfilewriter
Class AnnotationBuilder
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationBuilder
Utility class that can be used to contruct annotations and annotation attributes from java
Annotation instances- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassAnnotationcreateAnnotation(ConstPool constPool, Annotation annotation) static AnnotationValuecreateValue(ConstPool constPool, String name, Object value)
-
Method Details
-
createAnnotation
-
createValue
-