com.github.andyshao.asm.ApiConfs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Gear Show documentation
Show all versions of Gear Show documentation
Enhance and formating the coding of JDK
The newest version!
package com.github.andyshao.asm;
import org.objectweb.asm.Opcodes;
/**
*
* Title:
* Descript:
* Copyright: Copryright(c) Feb 24, 2019
* Encoding:UNIX UTF-8
*
* @author Andy.Shao
*
*/
public final class ApiConfs {
private ApiConfs() {}
/** The default ASM support version */
public static final int DEFAULT_ASM_VERSION = Opcodes.ASM9;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy