ScopedBeanDefinition(name: String? = null, factoryBeanType: KClass<F>, targetType: KClass<T>, creator: (BeansProvider) -> F)
Special BeanDefinition for ScopedFactoryBeans that is also aware of the type of bean produced by the factory-bean.
Author
Christopher Frieler