Class RuntimeVersion


  • public final class RuntimeVersion
    extends Object
    JDK version string utilities.
    • Method Detail

      • isAtLeast17

        public static boolean isAtLeast17()
        Returns true if the current runtime is JDK 17 or newer.
      • isAtLeast18

        public static boolean isAtLeast18()
        Returns true if the current runtime is JDK 18 or newer.