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:
  • Field Details

  • Constructor Details

    • Literal

      public Literal()