io.opentelemetry.sdk.autoconfigure.spi.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-sdk-extension-autoconfigure-spi Show documentation
Show all versions of opentelemetry-sdk-extension-autoconfigure-spi Show documentation
OpenTelemetry SDK Auto-configuration SPI
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
/** Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration. */
@ParametersAreNonnullByDefault
package io.opentelemetry.sdk.autoconfigure.spi;
import javax.annotation.ParametersAreNonnullByDefault;