public class AnnotationBuilder extends Object
Annotation instances| Modifier and Type | Method | Description |
|---|---|---|
static ClassAnnotation |
createAnnotation(ConstPool constPool,
Annotation annotation) |
|
static AnnotationValue |
createValue(ConstPool constPool,
String name,
Object value) |
public static ClassAnnotation createAnnotation(ConstPool constPool, Annotation annotation)
public static AnnotationValue createValue(ConstPool constPool, String name, Object value)
Copyright © 2018. All rights reserved.