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

io.ghostwriter.NoopTracerProvider Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
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