Home
last modified time | relevance | path

Searched refs:subcomponentCreatorAnnotations (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DConfigurationAnnotations.java21 …port static dagger.internal.codegen.base.ComponentCreatorAnnotation.subcomponentCreatorAnnotations;
48 return hasAnyAnnotation(element, subcomponentCreatorAnnotations()); in isSubcomponentCreator()
/external/dagger2/java/dagger/internal/codegen/base/
DComponentCreatorAnnotation.java101 public static ImmutableSet<ClassName> subcomponentCreatorAnnotations() { in subcomponentCreatorAnnotations() method in ComponentCreatorAnnotation
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java29 …port static dagger.internal.codegen.base.ComponentCreatorAnnotation.subcomponentCreatorAnnotations;
331 ? intersection(subcomponentCreatorAnnotations(), productionCreatorAnnotations()) in subcomponentCreatorAnnotation()
332 : subcomponentCreatorAnnotations()); in subcomponentCreatorAnnotation()