Searched refs:aff (Results 1 – 2 of 2) sorted by relevance
83 AnnoFancyField aff; in printAnnotations() local84 aff = (AnnoFancyField) f.getAnnotation(AnnoFancyField.class); in printAnnotations()85 if (aff != null) { in printAnnotations()86 System.out.println(" aff: " + aff + " / " + Proxy.isProxyClass(aff.getClass())); in printAnnotations()87 System.out.println(" --> nombre is '" + aff.nombre() + "'"); in printAnnotations()
92 aff: @android.test.anno.AnnoFancyField(nombre=fubar) / true