Class RuntimeStart.Literal

java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<RuntimeStart>
io.helidon.microprofile.cdi.RuntimeStart.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
RuntimeStart

public static final class RuntimeStart.Literal extends AnnotationLiteral<RuntimeStart> implements RuntimeStart
Annotation literal to use when an annotation instance is needed.
See Also:
  • Field Details

    • INSTANCE

      public static final RuntimeStart.Literal INSTANCE
      Singleton instance of a literal of this annotation.
  • Constructor Details

    • Literal

      public Literal()