All Downloads are FREE. Search and download functionalities are using the official Maven repository.

datadog.trace.api.profiling.ProfilingContextAttribute Maven / Gradle / Ivy

The newest version!
package datadog.trace.api.profiling;

public interface ProfilingContextAttribute {

  final class NoOp implements ProfilingContextAttribute {

    public static final NoOp INSTANCE = new NoOp();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy