java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<RequestScoped>
jakarta.enterprise.context.RequestScoped.Literal
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 RequestScoped
public static final class RequestScoped.Literal
extends AnnotationLiteral<RequestScoped>
implements RequestScoped
Supports inline instantiation of the 
RequestScoped annotation.- Since:
 - 2.0
 - See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.enterprise.context.RequestScoped
RequestScoped.Literal - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RequestScoped.LiteralDefault RequestScoped literal - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Field Details
- 
INSTANCE
Default RequestScoped literal 
 - 
 - 
Constructor Details
- 
Literal
public Literal() 
 -