org.wildfly.swarm.config.jca.TracerSupplier Maven / Gradle / Ivy
The newest version!
package org.wildfly.swarm.config.jca;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface TracerSupplier {
/**
* Constructed instance of Tracer resource
*
* @return The instance
*/
public Tracer get();
}