io.opentelemetry.javaagent.bootstrap.VirtualFieldAccessorMarker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-javaagent-bootstrap Show documentation
Show all versions of opentelemetry-javaagent-bootstrap Show documentation
Instrumentation of Java libraries using OpenTelemetry.
The newest version!
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.javaagent.bootstrap;
/** A marker interface implemented by virtual field accessor classes. */
public interface VirtualFieldAccessorMarker {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy