Searched refs:productionMethod (Results 1 – 1 of 1) sorted by relevance
155 ExecutableElement productionMethod, ExecutableType productionMethodType) { in forComponentProductionMethod() argument156 checkNotNull(productionMethod); in forComponentProductionMethod()159 productionMethod.getParameters().isEmpty(), in forComponentProductionMethod()161 productionMethod); in forComponentProductionMethod() local163 Optional<AnnotationMirror> qualifier = injectionAnnotations.getQualifier(productionMethod); in forComponentProductionMethod()170 .requestElement(productionMethod) in forComponentProductionMethod()173 return newDependencyRequest(productionMethod, type, qualifier); in forComponentProductionMethod()