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.
@Autowired
bean - the target instance to process
bean
BeanCreationException - if autowiring failed
BeanCreationException