Searched refs:allCreatorAnnotations (Results 1 – 2 of 2) sorted by relevance
24 import static dagger.internal.codegen.binding.ComponentCreatorAnnotation.allCreatorAnnotations;86 return union(allComponentAnnotations(), allCreatorAnnotations()); in annotations()98 if (!disjoint(annotations, allCreatorAnnotations())) { in process()
93 public static ImmutableSet<Class<? extends Annotation>> allCreatorAnnotations() { in allCreatorAnnotations() method in ComponentCreatorAnnotation