Home | History | Annotate | Download | only in anno

Lines Matching defs:annos

29         Annotation[] annos;
32 annos = clazz.getAnnotations();
34 "(" + annos.length + "):");
35 printAnnotationArray("", annos);
39 annos = c.getDeclaredAnnotations();
41 printAnnotationArray(" ", annos);
50 annos = m.getDeclaredAnnotations();
52 printAnnotationArray(" ", annos);
61 annos = f.getDeclaredAnnotations();
63 printAnnotationArray(" ", annos);