Searched refs:elementsByAnnotation (Results 1 – 6 of 6) sorted by relevance
94 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process() argument95 for (Element element : elementsByAnnotation.get(DialerRootComponent.class)) { in process()99 if (shouldDeferRootComponent(elementsByAnnotation)) { in process()100 return elementsByAnnotation.get(DialerRootComponent.class); in process()109 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in shouldDeferRootComponent() argument110 return elementsByAnnotation.containsKey(InstallIn.class) in shouldDeferRootComponent()111 || elementsByAnnotation.containsKey(IncludeInDialerRoot.class); in shouldDeferRootComponent()
59 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process() argument61 for (Element element : elementsByAnnotation.get(IncludeInDialerRoot.class)) { in process()64 for (Element element : elementsByAnnotation.get(InstallIn.class)) { in process()
97 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process() argument98 for (TypeElement type : typesIn(elementsByAnnotation.get(IncludeInDialerRoot.class))) { in process()
java/dagger/android/processor/META-INF/gradle/incremental.annotation.processors ...
java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...