Searched refs:aff (Results 1 – 2 of 2) sorted by relevance
65 AnnoFancyField aff; in printAnnotations() local66 aff = (AnnoFancyField) f.getAnnotation(AnnoFancyField.class); in printAnnotations()67 if (aff != null) { in printAnnotations()68 System.out.println(" aff: " + aff + " / " + aff.getClass()); in printAnnotations()69 System.out.println(" --> nombre is '" + aff.nombre() + "'"); in printAnnotations()
92 aff: @android.test.anno.AnnoFancyField(nombre=fubar) / class $Proxy13