Describes scope characteristics for a Spring-managed bean including the scope name and the scoped-proxy behavior.
The default scope is "singleton", and the default is to not create scoped-proxies.
@author Mark Fisher
@since 2.5
@see ScopeMetadataResolver
@see ScopedProxyMode
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.