Searched refs:otherAnnotations (Results 1 – 1 of 1) sorted by relevance
176 Class<? extends Annotation>... otherAnnotations) { in isAnyAnnotationPresent() argument177 return isAnyAnnotationPresent(element, asList(first, otherAnnotations)); in isAnyAnnotationPresent()