Searched refs:annos (Results 1 – 2 of 2) sorted by relevance
196 Annotation[] annos = getAnnotations(); in getAnnotation() local197 for (int i = annos.length-1; i >= 0; --i) { in getAnnotation()198 if (annos[i].annotationType() == annotationType) { in getAnnotation()199 return (T) annos[i]; in getAnnotation()
317 Annotation[] annos = getDeclaredAnnotations(); in getAnnotations() local319 for (int i = annos.length-1; i >= 0; --i) in getAnnotations()320 map.put(annos[i].annotationType(), annos[i]); in getAnnotations()324 annos = sup.getDeclaredAnnotations(); in getAnnotations()325 for (int i = annos.length-1; i >= 0; --i) { in getAnnotations()326 Class clazz = annos[i].annotationType(); in getAnnotations()329 map.put(clazz, annos[i]); in getAnnotations()