public class AnnotationBuilder
extends java.lang.Object
Annotation
instancesModifier | Constructor and Description |
---|---|
private |
AnnotationBuilder() |
Modifier and Type | Method and Description |
---|---|
static ClassAnnotation |
createAnnotation(ConstPool constPool,
java.lang.annotation.Annotation annotation) |
static AnnotationValue |
createValue(ConstPool constPool,
java.lang.String name,
java.lang.Object value) |
public static ClassAnnotation createAnnotation(ConstPool constPool, java.lang.annotation.Annotation annotation)
public static AnnotationValue createValue(ConstPool constPool, java.lang.String name, java.lang.Object value)