Searched refs:hasAnnotationTypeIn (Results 1 – 1 of 1) sorted by relevance
207 .filter(hasAnnotationTypeIn(annotations)) in getAnyAnnotation()218 element.getAnnotationMirrors(), hasAnnotationTypeIn(asList(first, rest))::test)); in getAllAnnotations()232 private static Predicate<AnnotationMirror> hasAnnotationTypeIn( in hasAnnotationTypeIn() method in DaggerElements