Class OciConfig.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<OciConfig>
io.helidon.integrations.oci.sdk.cdi.OciConfig.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
OciConfig
public static final class OciConfig.Literal
extends AnnotationLiteral<OciConfig>
implements OciConfig
An
AnnotationLiteral
that implements the OciConfig
annotation interface.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.integrations.oci.sdk.cdi.OciConfig
OciConfig.Literal
-
Field Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
The sole instance of this class.
-