Class ScopeMetadata


  • public class ScopeMetadata
    extends Object
    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.

    Since:
    2.5
    Author:
    Mark Fisher, Juergen Hoeller
    See Also:
    ScopeMetadataResolver, ScopedProxyMode