Uses of Annotation Type
jakarta.enterprise.context.RequestScoped
Packages that use RequestScoped
Package
Description
Annotations and interfaces relating to scopes and contexts.
-
Uses of RequestScoped in jakarta.enterprise.context
Subclasses with type arguments of type RequestScoped in jakarta.enterprise.contextModifier and TypeClassDescriptionstatic final classSupports inline instantiation of theRequestScopedannotation. -
Uses of RequestScoped in jakarta.enterprise.inject
Classes in jakarta.enterprise.inject with annotations of type RequestScopedModifier and TypeClassDescription@interfaceThe built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such as JSF.