Class Dependent.Literal

java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<Dependent>
jakarta.enterprise.context.Dependent.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
Dependent

public static final class Dependent.Literal extends AnnotationLiteral<Dependent> implements Dependent
Supports inline instantiation of the Dependent annotation.
Since:
2.0
Author:
Martin Kouba
See Also:
  • Field Details

    • INSTANCE

      public static final Dependent.Literal INSTANCE
      Default Dependent literal
  • Constructor Details

    • Literal

      public Literal()