Home
last modified time | relevance | path

Searched refs:hasAnnotationTypeIn (Results 1 – 1 of 1) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/langmodel/
DDaggerElements.java207 .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