android-beans / rocks.frieler.android.beans.scopes / ScopedBeanDefinition / <init>

<init>

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