Searched refs:rootComponentAnnotations (Results 1 – 3 of 3) sorted by relevance
20 import static dagger.internal.codegen.base.ComponentAnnotation.rootComponentAnnotations;73 return union(rootComponentAnnotations(), rootComponentCreatorAnnotations()); in annotationClassNames()82 if (!disjoint(annotations, rootComponentAnnotations())) { in process()
21 import static dagger.internal.codegen.base.ComponentAnnotation.rootComponentAnnotations;86 if (!disjoint(annotations, rootComponentAnnotations())) { in process()
203 public static ImmutableSet<ClassName> rootComponentAnnotations() { in rootComponentAnnotations() method