spring-framework / org.springframework.beans.factory.config / CustomScopeConfigurer / addScope

addScope

open fun addScope(scopeName: String, scope: Scope): Unit

Add the given scope to this configurer's map of scopes.

Parameters

scopeName - the name of the scope

scope - the scope implementation

Since
4.1.1