All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mockit.asm.jvmConstants.ClassVersion Maven / Gradle / Ivy

package mockit.asm.jvmConstants;

/**
 * Constants for JVM classfile versions corresponding to major versions of Java.
 */
public interface ClassVersion
{
   int V1_5 = 49;
   int V1_6 = 50;
   int V1_7 = 51;
   int V1_8 = 52;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy