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 the
RequestScoped
annotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.enterprise.context.RequestScoped
RequestScoped.Literal
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RequestScoped.Literal
Default RequestScoped literal -
Constructor Summary
-
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()
-