Searched refs:rootComponentAnnotations (Results 1 – 3 of 3) sorted by relevance
21 import static dagger.internal.codegen.base.ComponentAnnotation.rootComponentAnnotations;78 return union(rootComponentAnnotations(), rootComponentCreatorAnnotations()); in annotations()88 if (!disjoint(annotations, rootComponentAnnotations())) { in process()
22 import static dagger.internal.codegen.base.ComponentAnnotation.rootComponentAnnotations;92 if (!disjoint(annotations, rootComponentAnnotations())) { in process()
195 public static ImmutableSet<Class<? extends Annotation>> rootComponentAnnotations() { in rootComponentAnnotations() method in ComponentAnnotation