Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/processingstep/
DComponentHjarProcessingStep.java20 import static dagger.internal.codegen.base.ComponentAnnotation.rootComponentAnnotations;
73 return union(rootComponentAnnotations(), rootComponentCreatorAnnotations()); in annotationClassNames()
82 if (!disjoint(annotations, rootComponentAnnotations())) { in process()
DComponentProcessingStep.java21 import static dagger.internal.codegen.base.ComponentAnnotation.rootComponentAnnotations;
86 if (!disjoint(annotations, rootComponentAnnotations())) { in process()
/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java203 public static ImmutableSet<ClassName> rootComponentAnnotations() { in rootComponentAnnotations() method