io.opentelemetry.javaagent.bootstrap.VirtualFieldInstalledMarker 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.
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.javaagent.bootstrap;
/**
* A marker interface that signifies that virtual fields have been installed into the class that
* implements it.
*/
public interface VirtualFieldInstalledMarker {}