Home
last modified time | relevance | path

Searched refs:subcomponentAnnotations (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DConfigurationAnnotations.java20 import static dagger.internal.codegen.base.ComponentAnnotation.subcomponentAnnotations;
47 checkArgument(subcomponent.hasAnyAnnotation(subcomponentAnnotations())); in getSubcomponentCreator()
DComponentDescriptorFactory.java26 import static dagger.internal.codegen.base.ComponentAnnotation.subcomponentAnnotations;
214 if (returnTypeElement.hasAnyAnnotation(subcomponentAnnotations())) { in getDescriptorForComponentMethod()
/external/dagger2/java/dagger/internal/codegen/
DComponentProcessingStep.java22 import static dagger.internal.codegen.base.ComponentAnnotation.subcomponentAnnotations;
90 if (!disjoint(annotations, subcomponentAnnotations())) { in process()
/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java208 public static ImmutableSet<ClassName> subcomponentAnnotations() { in subcomponentAnnotations() method