Searched refs:getAnyAnnotation (Results 1 – 4 of 4) sorted by relevance
24 import static dagger.internal.codegen.langmodel.DaggerElements.getAnyAnnotation;124 return getAnyAnnotation(typeElement, Module.class, ProducerModule.class) in moduleAnnotation()
26 import static dagger.internal.codegen.langmodel.DaggerElements.getAnyAnnotation;157 return getAnyAnnotation(typeElement, annotations).map(ComponentAnnotation::componentAnnotation); in anyComponentAnnotation()
195 public static Optional<AnnotationMirror> getAnyAnnotation( in getAnyAnnotation() method in DaggerElements197 return getAnyAnnotation(element, asList(first, rest)); in getAnyAnnotation()204 public static Optional<AnnotationMirror> getAnyAnnotation( in getAnyAnnotation() method in DaggerElements
43 import static dagger.internal.codegen.langmodel.DaggerElements.getAnyAnnotation;553 return getAnyAnnotation(t.asElement(), annotations); in checkForAnnotations()