# Constants
ScopeGLSSingleton is goroutine local storage singleton, with this setting bean instance is shared by a goroutine tree, child goroutines share bean instance with parent.
ScopeSingleton is default Scope, with this setting there is a single bean instance shared by all goroutines.
# Type aliases
Scope specifies bean scope, default scope is ScopeSingleton.