com.icthh.xm.lep.api.ContextScopes Maven / Gradle / Ivy
package com.icthh.xm.lep.api;
@Deprecated(forRemoval = true)
public final class ContextScopes {
public static final String THREAD = "lep.system.thread";
public static final String EXECUTION = "lep.system.execution";
/**
* Private utils class constructor, to prevent instantiation with reflection API.
*/
private ContextScopes() {
throw new IllegalAccessError("not permitted access for utils class");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy