Home
last modified time | relevance | path

Searched refs:rootComponentCreatorAnnotations (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/
DComponentHjarProcessingStep.java22 … static dagger.internal.codegen.binding.ComponentCreatorAnnotation.rootComponentCreatorAnnotations;
78 return union(rootComponentAnnotations(), rootComponentCreatorAnnotations()); in annotations()
91 if (!disjoint(annotations, rootComponentCreatorAnnotations())) { in process()
/external/dagger2/java/dagger/internal/codegen/binding/
DComponentCreatorAnnotation.java98 public static ImmutableSet<Class<? extends Annotation>> rootComponentCreatorAnnotations() { in rootComponentCreatorAnnotations() method in ComponentCreatorAnnotation