io.opentelemetry.context.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-context Show documentation
Show all versions of opentelemetry-context Show documentation
OpenTelemetry Context (Incubator)
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
/**
* A context propagation mechanism which can carry scoped-values across API boundaries and between
* threads.
*
* @see io.opentelemetry.context.Context
*/
@ParametersAreNonnullByDefault
package io.opentelemetry.context;
import javax.annotation.ParametersAreNonnullByDefault;