Package | Description |
---|---|
org.jboss.classfilewriter.annotations |
Modifier and Type | Field and Description |
---|---|
private ClassAnnotation |
AnnotationAnnotationValue.value |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,java.util.List<ClassAnnotation>> |
ParameterAnnotationsAttribute.annotations |
private java.util.List<ClassAnnotation> |
AnnotationsAttribute.annotations |
Modifier and Type | Method and Description |
---|---|
static ClassAnnotation |
AnnotationBuilder.createAnnotation(ConstPool constPool,
java.lang.annotation.Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationsAttribute.addAnnotation(ClassAnnotation annotation) |
void |
ParameterAnnotationsAttribute.addAnnotation(int parameter,
ClassAnnotation annotation) |
Constructor and Description |
---|
AnnotationAnnotationValue(ConstPool constPool,
java.lang.String name,
ClassAnnotation value) |