String[] cachedInterfaces;
String cachedSuperclass;
+ /**
+ * The major version number of class files
+ * for JDK 1.1.
+ */
+ public static final int JAVA_1 = 45;
+
+ /**
+ * The major version number of class files
+ * for JDK 1.2.
+ */
+ public static final int JAVA_2 = 46;
+
/**
* The major version number of class files
* for JDK 1.3.
*/
public static final int JAVA_3 = 47;
+ /**
+ * The major version number of class files
+ * for JDK 1.4.
+ */
+ public static final int JAVA_4 = 48;
+
/**
* The major version number of class files
* for JDK 1.5.