Class Jdk


  • public class Jdk
    extends java.lang.Object
    To check the existence of version dependent classes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean dateAndTimeApiExists
      Deprecated.
      Since 3.5.0, Will remove this field at feature(next major version up)
      static boolean optionalExists
      Deprecated.
      Since 3.5.0, Will remove this field at feature(next major version up)
      static boolean parameterExists
      Deprecated.
      Since 3.5.0, Will remove this field at feature(next major version up)
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • parameterExists

        @Deprecated
        public static final boolean parameterExists
        Deprecated.
        Since 3.5.0, Will remove this field at feature(next major version up)
        true if java.lang.reflect.Parameter is available.
      • dateAndTimeApiExists

        @Deprecated
        public static final boolean dateAndTimeApiExists
        Deprecated.
        Since 3.5.0, Will remove this field at feature(next major version up)
      • optionalExists

        @Deprecated
        public static final boolean optionalExists
        Deprecated.
        Since 3.5.0, Will remove this field at feature(next major version up)