Package org.eclipse.microprofile.health
Class Startup.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<Startup>
-
- org.eclipse.microprofile.health.Startup.Literal
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- Startup
public static final class Startup.Literal extends AnnotationLiteral<Startup> implements Startup
Support inline instantiation of theStartup
qualifier.- Since:
- 3.1
- See Also:
- Serialized Form
-
-
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 Startup.Literal
INSTANCE
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final Startup.Literal INSTANCE
-
-