/* */
/* 207 */ if ((previous instanceof ParameterMetaData))
/* */ {
/* 209 */ ParameterMetaData parameter = (ParameterMetaData)previous;
/* 210 */ String[] paramTypes = Configurator.getParameterTypes(false, this.parameters);
/* 211 */ ConstructorInfo ci = Configurator.findConstructorInfo(beanInfo.getClassInfo(), paramTypes);
/* 212 */ return applyCollectionOrMapCheck(ci.getParameterTypes()[parameter.getIndex()]);
/* */ }
/* */
/* 218 */ ClassInfo type = beanInfo.getClassInfo();
/* 219 */ this.log.warn("Constructing bean from injection value: results in multiple beans with same class type - " + type);
/* 220 */ return type;