blob: dc34c77fd65000909d8638fcaacd61c0ff0dc1ff [file] [log] [blame]
package org.testng.internal.version;
/**
* <code>VersionInfo</code> helper class to staticaly obtain the
* TestNG version.
*
* @author cquezel
* @since 5.2
*/
public final class VersionInfo {
/** True if this is the JDK14 version of TestNG false if JDK5+ */
public static final boolean IS_JDK14 = true;
}