Package org.springframework.web.context.annotation
Provides convenience annotations for web scopes.
Annotation Types Summary Annotation Type Description 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.