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

org.analogweb.Precedence Maven / Gradle / Ivy

package org.analogweb;

/**
 * A precedence of modules.
 *
 * @author snowgoose
 */
public interface Precedence {

    int HIGHEST = Integer.MIN_VALUE;
    int LOWEST = Integer.MAX_VALUE;

    int getPrecedence();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy