301302303304305306307308
InjectionMetadata metadata = findAutowiringMetadata(clazz); try { metadata.inject(bean, null, null); } catch (Throwable ex) { throw new BeanCreationException("Injection of autowired dependencies failed for class [" + clazz + "]", ex); } }