Package org.jboss.classfilewriter
Class JavaVersions
java.lang.Object
org.jboss.classfilewriter.JavaVersions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The major version number of class files for JDK 1.1.static final int
The major version number of class files for JDK 1.2.static final int
The major version number of class files for JDK 1.3.static final int
The major version number of class files for JDK 1.4.static final int
The major version number of class files for JDK 1.5.static final int
The major version number of class files for JDK 1.6.static final int
The major version number of class files for JDK 1.7. -
Method Summary
-
Field Details
-
JAVA_1
public static final int JAVA_1The major version number of class files for JDK 1.1.- See Also:
-
JAVA_2
public static final int JAVA_2The major version number of class files for JDK 1.2.- See Also:
-
JAVA_3
public static final int JAVA_3The major version number of class files for JDK 1.3.- See Also:
-
JAVA_4
public static final int JAVA_4The major version number of class files for JDK 1.4.- See Also:
-
JAVA_5
public static final int JAVA_5The major version number of class files for JDK 1.5.- See Also:
-
JAVA_6
public static final int JAVA_6The major version number of class files for JDK 1.6.- See Also:
-
JAVA_7
public static final int JAVA_7The major version number of class files for JDK 1.7.- See Also:
-