Searched refs:getAnyAnnotation (Results 1 – 5 of 5) sorted by relevance
22 import static dagger.internal.codegen.xprocessing.XElements.getAnyAnnotation;107 return getAnyAnnotation(element, TypeNames.MODULE, TypeNames.PRODUCER_MODULE) in moduleAnnotation()
21 import static dagger.internal.codegen.xprocessing.XElements.getAnyAnnotation;177 return getAnyAnnotation(element, annotations) in anyComponentAnnotation()
293 public static Optional<XAnnotation> getAnyAnnotation( in getAnyAnnotation() method in XElements295 return getAnyAnnotation(annotated, ImmutableSet.copyOf(annotations)); in getAnyAnnotation()302 public static Optional<XAnnotation> getAnyAnnotation( in getAnyAnnotation() method in XElements
27 import static dagger.internal.codegen.xprocessing.XElements.getAnyAnnotation;199 getAnyAnnotation( in validateConstructor()
39 import static dagger.internal.codegen.xprocessing.XElements.getAnyAnnotation;576 .flatMap(typeElement -> getAnyAnnotation(typeElement, annotations)); in checkForAnnotations()