Package jakarta.enterprise.context
Class RequestScoped.Literal
- 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 theRequestScopedannotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.enterprise.context.RequestScopedRequestScoped.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static RequestScoped.LiteralINSTANCE
 - 
Constructor SummaryConstructors Constructor Description Literal()
 - 
Method Summary- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final RequestScoped.Literal INSTANCE 
 
- 
 
-