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-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassAnnotationcreateAnnotation(ConstPool constPool, Annotation annotation) static AnnotationValuecreateValue(ConstPool constPool, String name, Object value)
-
Constructor Details
-
AnnotationBuilder
private AnnotationBuilder()
-
-
Method Details
-
createAnnotation
-
createValue
-