Searched refs:currentAnnotationType (Results 1 – 1 of 1) sorted by relevance
214 Class<? extends Annotation> currentAnnotationType = annotation.annotationType(); in getFlagsForAnnotation() local215 if (currentAnnotationType.equals(annotationType)) { in getFlagsForAnnotation()217 } else if (!KNOWN_UNRELATED_ANNOTATIONS.contains(currentAnnotationType) in getFlagsForAnnotation()218 && !visitedAnnotations.contains(currentAnnotationType)) { in getFlagsForAnnotation()220 visitedAnnotations.add(currentAnnotationType); in getFlagsForAnnotation()