Searched refs:subcomponentAnnotations (Results 1 – 2 of 2) sorted by relevance
23 import static dagger.internal.codegen.base.ComponentAnnotation.subcomponentAnnotations;95 if (!disjoint(annotations, subcomponentAnnotations())) { in process()
200 public static ImmutableSet<Class<? extends Annotation>> subcomponentAnnotations() { in subcomponentAnnotations() method in ComponentAnnotation