}
}
if (best == null) {
// ioc/0q00
best = new AnnotatedConstructorImpl(beanType, beanType.getJavaClass().getConstructor(new Class[0]));
}
if (best == null) {
throw new ConfigException(L.l("{0}: no constructor found while introspecting bean for Java Injection",
beanType.getJavaClass().getName()));