Lines Matching refs:annotations
28 * This Attribute represents an annotations attribute.
35 public Annotation[] annotations;
51 Annotation[] annotations)
56 this.annotations = annotations;
61 * Applies the given visitor to all class annotations.
69 annotationVisitor.visitAnnotation(clazz, annotations[index]);
75 * Applies the given visitor to all field annotations.
83 annotationVisitor.visitAnnotation(clazz, field, annotations[index]);
89 * Applies the given visitor to all method annotations.
97 annotationVisitor.visitAnnotation(clazz, method, annotations[index]);