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:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.microprofile.cdi.RuntimeStart
RuntimeStart.Literal
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RuntimeStart.Literal
Singleton instance of a literal of this annotation. -
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Singleton instance of a literal of this annotation.
-
-
Constructor Details
-
Literal
public Literal()
-