See: Description
Annotation Type | Description |
---|---|
ApplicationScope |
@ApplicationScope is a specialization of @Scope for a
component whose lifecycle is bound to the current web application. |
RequestScope |
@RequestScope is a specialization of @Scope for a
component whose lifecycle is bound to the current web request. |
SessionScope |
@SessionScope is a specialization of @Scope for a
component whose lifecycle is bound to the current web session. |