Searched refs:allComponentAnnotations (Results 1 – 2 of 2) sorted by relevance
21 import static dagger.internal.codegen.base.ComponentAnnotation.allComponentAnnotations;86 return union(allComponentAnnotations(), allCreatorAnnotations()); in annotations()
205 public static ImmutableSet<Class<? extends Annotation>> allComponentAnnotations() { in allComponentAnnotations() method in ComponentAnnotation