程序包 org.springframework.web.context.annotation
Provides convenience annotations for web scopes.
注释类型概要 注释类型 说明 ApplicationScope @ApplicationScopeis a specialization of@Scopefor a component whose lifecycle is bound to the current web application.RequestScope @RequestScopeis a specialization of@Scopefor a component whose lifecycle is bound to the current web request.SessionScope @SessionScopeis a specialization of@Scopefor a component whose lifecycle is bound to the current web session.