Searched refs:anno1 (Results 1 – 1 of 1) sorted by relevance
558 Annotation[] anno1, anno2; in hasAnnotationType() local561 anno1 = null; in hasAnnotationType()563 anno1 = a1.getAnnotations(); in hasAnnotationType()570 if (anno1 != null) in hasAnnotationType()571 for (int i = 0; i < anno1.length; i++) in hasAnnotationType()572 if (anno1[i].getTypeName().equals(annotationTypeName)) in hasAnnotationType()597 Annotation[] anno1, anno2; in getAnnotationType() local600 anno1 = null; in getAnnotationType()602 anno1 = a1.getAnnotations(); in getAnnotationType()610 if (anno1 != null) in getAnnotationType()[all …]