Will register all of the supplied {@link #setScopes(java.util.Map) scopes}with the {@link ConfigurableListableBeanFactory} that is passed to the{@link #postProcessBeanFactory(ConfigurableListableBeanFactory)} method.
This class allows for declarative registration of custom scopes. Alternatively, consider implementing a custom {@link BeanFactoryPostProcessor}that calls {@link ConfigurableBeanFactory#registerScope} programmatically. @author Juergen Hoeller @author Rick Evans @since 2.0 @see ConfigurableBeanFactory#registerScope
|
|
|
|