Package io.helidon.microprofile.metrics
Class VendorDefined.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<VendorDefined>
-
- io.helidon.microprofile.metrics.VendorDefined.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- VendorDefined
public static final class VendorDefined.Literal extends AnnotationLiteral<VendorDefined> implements VendorDefined
Literal.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.helidon.microprofile.metrics.VendorDefined
VendorDefined.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static VendorDefined.LiteralINSTANCE
-
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 VendorDefined.Literal INSTANCE
-
-