Uses of Annotation Interface
org.springframework.context.annotation.Scope
Package
Description
Provides convenience annotations for web scopes.
-
Uses of Scope in org.springframework.web.context.annotation
Modifier and TypeClassDescription@interface
@ApplicationScope
is a specialization of@Scope
for a component whose lifecycle is bound to the current web application.@interface
@RequestScope
is a specialization of@Scope
for a component whose lifecycle is bound to the current web request.@interface
@SessionScope
is a specialization of@Scope
for a component whose lifecycle is bound to the current web session.