Searched refs:rootComponentCreatorAnnotations (Results 1 – 2 of 2) sorted by relevance
22 … static dagger.internal.codegen.binding.ComponentCreatorAnnotation.rootComponentCreatorAnnotations;78 return union(rootComponentAnnotations(), rootComponentCreatorAnnotations()); in annotations()91 if (!disjoint(annotations, rootComponentCreatorAnnotations())) { in process()
98 public static ImmutableSet<Class<? extends Annotation>> rootComponentCreatorAnnotations() { in rootComponentCreatorAnnotations() method in ComponentCreatorAnnotation