public class AnnotationBuilder
extends java.lang.Object
Annotation
instancesModifier and Type | Method | 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)
Copyright © 2018. All rights reserved.