Class Startup.Literal

java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<Startup>
org.eclipse.microprofile.health.Startup.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
Startup

public static final class Startup.Literal extends jakarta.enterprise.util.AnnotationLiteral<Startup> implements Startup
Support inline instantiation of the Startup qualifier.
Since:
3.1
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.microprofile.health.Startup

    Startup.Literal
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Startup.Literal
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class jakarta.enterprise.util.AnnotationLiteral

    annotationType, equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • Literal

      public Literal()