- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<BuildTimeStart>
-
- io.helidon.microprofile.cdi.BuildTimeStart.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- BuildTimeStart
public static final class BuildTimeStart.Literal extends AnnotationLiteral<BuildTimeStart> implements BuildTimeStart
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.BuildTimeStart
BuildTimeStart.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static BuildTimeStart.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 BuildTimeStart.Literal INSTANCE
Singleton instance of a literal of this annotation.
-
-