Annotation Interface OciConfig
@Deprecated(forRemoval=true,
since="4.4.1")
@Documented
@Qualifier
@Retention(RUNTIME)
@Target({FIELD,METHOD,PARAMETER,TYPE})
public @interface OciConfig
Deprecated, for removal: This API element is subject to removal in a future version.
A convenient
Qualifier annotation indicating that the qualified element is sourced from an OCI configuration
file in some way, because, for example, other means of sourcing the element might otherwise be available.
Consider, as an arbitrary example, the SessionTokenAuthenticationDetailsProvider
class, whose instances can be created either manually from its associated builder class or from an OCI configuration file. It can be useful to qualify production in the second case with this qualifier
annotation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated, for removal: This API element is subject to removal in a future version.AnAnnotationLiteralthat implements theOciConfigannotation interface.
helidon-integrations-ocionly for OCI authentication, region, and configuration support