- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<RequestScoped>
 - 
- jakarta.enterprise.context.RequestScoped.Literal
 
 
 
- 
- All Implemented Interfaces:
 java.lang.annotation.Annotation
- Enclosing class:
 - RequestScoped
 
public static final class RequestScoped.Literal extends AnnotationLiteral<RequestScoped> implements RequestScoped
Supports inline instantiation of theRequestScopedannotation.- Since:
 - 2.0
 - Author:
 - Martin Kouba
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.enterprise.context.RequestScoped
RequestScoped.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static RequestScoped.LiteralINSTANCE 
- 
Constructor Summary
Constructors Constructor Description Literal() 
- 
Method Summary
- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final RequestScoped.Literal INSTANCE
 
 - 
 
 -