isExcluded
abstract fun isExcluded(beanName: String, beanDefinition: BeanDefinition, beanType: Class<out Any>): Boolean
Returns true
if the specified bean definition should be excluded from having lazy-init
automatically set.
Return
true
if lazy-init
should not be automatically set
Parameters
beanName
the bean name
beanDefinition
the bean definition
beanType
the bean type