Class JdkVersion


  • @Deprecated
    public abstract class JdkVersion
    extends Object
    Deprecated.
    as of Spring 4.2.1, in favor of direct checks for the desired JDK API variants via reflection
    Internal helper class used to find the Java/JVM version that Spring is operating on, to allow for automatically adapting to the present platform's capabilities.

    Note that Spring requires JVM 1.6 or higher, as of Spring 4.0.

    Author:
    Rod Johnson, Juergen Hoeller, Rick Evans, Sam Brannen