spring-framework / org.springframework.beans.factory.annotation / AutowiredAnnotationBeanPostProcessor / processInjection

processInjection

open fun processInjection(bean: Any): Unit

'Native' processing method for direct calls with an arbitrary target instance, resolving all of its fields and methods which are annotated with @Autowired.

Parameters

bean - the target instance to process

Exceptions

BeanCreationException - if autowiring failed