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 ClassAnnotation
createAnnotation
(ConstPool constPool, Annotation annotation) static AnnotationValue
createValue
(ConstPool constPool, String name, Object value)
-
Method Details
-
createAnnotation
-
createValue
-