open fun setTargetBeanName(targetBeanName: String): Unit
Set the name of the target bean in the Spring BeanFactory.
This is an alternative to specifying "targetObject", allowing for non-singleton beans to be invoked. Note that specified "targetObject" and "targetClass" values will override the corresponding effect of this "targetBeanName" setting (i.e. statically pre-define the bean type or even the bean object).