Home
last modified time | relevance | path

Searched defs:subcomponentAnnotation (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/android/processor/
DContributesAndroidInjectorProcessingStep.java165 AnnotationSpec.Builder subcomponentAnnotation = AnnotationSpec.builder(TypeNames.SUBCOMPONENT); in subcomponent() local
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java287 Optional<ComponentAnnotation> subcomponentAnnotation = legalSubcomponentAnnotation(); in validateMethod() local
335 private void validateSubcomponentFactoryMethod(ComponentAnnotation subcomponentAnnotation) { in validateSubcomponentFactoryMethod()
/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java159 public static Optional<ComponentAnnotation> subcomponentAnnotation( in subcomponentAnnotation() method in ComponentAnnotation