fun addScope(scopedFactoryBeanHandler: ScopedFactoryBeanHandler): Beans.Initializer
Adds a bean-scope expressed by the given ScopedFactoryBeanHandler.
scopedFactoryBeanHandler - the ScopedFactoryBeanHandler to add
Return
the Initializer itself
See Also