Searched refs:subcomponentAnnotations (Results 1 – 4 of 4) sorted by relevance
20 import static dagger.internal.codegen.base.ComponentAnnotation.subcomponentAnnotations;47 checkArgument(subcomponent.hasAnyAnnotation(subcomponentAnnotations())); in getSubcomponentCreator()
26 import static dagger.internal.codegen.base.ComponentAnnotation.subcomponentAnnotations;214 if (returnTypeElement.hasAnyAnnotation(subcomponentAnnotations())) { in getDescriptorForComponentMethod()
22 import static dagger.internal.codegen.base.ComponentAnnotation.subcomponentAnnotations;90 if (!disjoint(annotations, subcomponentAnnotations())) { in process()
208 public static ImmutableSet<ClassName> subcomponentAnnotations() { in subcomponentAnnotations() method