Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DDependencyRequestFactory.java155 ExecutableElement productionMethod, ExecutableType productionMethodType) { in forComponentProductionMethod() argument
156 checkNotNull(productionMethod); in forComponentProductionMethod()
159 productionMethod.getParameters().isEmpty(), in forComponentProductionMethod()
161 productionMethod); in forComponentProductionMethod() local
163 Optional<AnnotationMirror> qualifier = injectionAnnotations.getQualifier(productionMethod); in forComponentProductionMethod()
170 .requestElement(productionMethod) in forComponentProductionMethod()
173 return newDependencyRequest(productionMethod, type, qualifier); in forComponentProductionMethod()