Class JavaVersions


  • public final class JavaVersions
    extends java.lang.Object
    Contains utility methods related to java versions
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isAtLeastJava11()
      Determines if the actual running jvm is at least java 11
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isAtLeastJava11

        public static boolean isAtLeastJava11()
        Determines if the actual running jvm is at least java 11
        Returns:
        true if it is java 11 or higher, false otherwise