类 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.

    从以下版本开始:
    2.5
    作者:
    Mark Fisher, Juergen Hoeller
    另请参阅:
    ScopeMetadataResolver, ScopedProxyMode