io.ghostwriter.NoopTracerProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ghostwriter-api-java Show documentation
Show all versions of ghostwriter-api-java Show documentation
API for GhostWriter management and modules
package io.ghostwriter;
public class NoopTracerProvider implements TracerProvider {
private NoopTracer tracer = new NoopTracer();
@Override
public NoopTracer getTracer() {
return tracer;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy