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

com.icthh.xm.lep.api.ContextScopes Maven / Gradle / Ivy

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