Uses of Class
org.springframework.context.annotation.Scope
Packages that use Scope Package Description org.springframework.web.context.annotation Provides convenience annotations for web scopes.Uses of Scope in org.springframework.web.context.annotation
Classes in org.springframework.web.context.annotation with annotations of type Scope Modifier and Type Class Description interfaceApplicationScope@ApplicationScopeis a specialization of@Scopefor a component whose lifecycle is bound to the current web application.interfaceRequestScope@RequestScopeis a specialization of@Scopefor a component whose lifecycle is bound to the current web request.interfaceSessionScope@SessionScopeis a specialization of@Scopefor a component whose lifecycle is bound to the current web session.