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

name.remal.OrderedHigher Maven / Gradle / Ivy

package name.remal;

public interface OrderedHigher> extends Ordered {

    @SuppressWarnings("deprecation")
    @Override
    default int getSuperOrder() {
        return -1000;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy