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

foundation.icon.ee.Agent Maven / Gradle / Ivy

There is a newer version: 0.9.6
Show newest version
package foundation.icon.ee;

public interface Agent {
    ThreadLocal agent = new ThreadLocal<>();

    static Agent get() {
        return agent.get();
    }

    boolean isClassMeteringEnabled();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy