- java.lang.Object
-
- javax.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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.helidon.microprofile.cdi.RuntimeStart
RuntimeStart.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static RuntimeStart.Literal
INSTANCE
Singleton instance of a literal of this annotation.
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final RuntimeStart.Literal INSTANCE
Singleton instance of a literal of this annotation.
-
-