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

mdlaf.utils.Utils Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package mdlaf.utils;

public class Utils {

    public static boolean isJavaVersionUnderJava9(){
        return System.getProperty("java.version").startsWith("1.");
    }

    private Utils(){}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy