Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DComponentHjarProcessingStep.java21 import static dagger.internal.codegen.base.ComponentAnnotation.rootComponentAnnotations;
78 return union(rootComponentAnnotations(), rootComponentCreatorAnnotations()); in annotations()
88 if (!disjoint(annotations, rootComponentAnnotations())) { in process()
DComponentProcessingStep.java22 import static dagger.internal.codegen.base.ComponentAnnotation.rootComponentAnnotations;
92 if (!disjoint(annotations, rootComponentAnnotations())) { in process()
/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java195 public static ImmutableSet<Class<? extends Annotation>> rootComponentAnnotations() { in rootComponentAnnotations() method in ComponentAnnotation