Package org.springframework.asm
Class SpringAsmInfo
java.lang.Object
org.springframework.asm.SpringAsmInfo
Utility class exposing constants related to Spring's internal repackaging
 of the ASM bytecode library: currently based on ASM 9.x plus minor patches.
 
See package-level javadocs for more
 information on org.springframework.asm.
- Since:
 - 3.2
 - Author:
 - Chris Beams, Juergen Hoeller
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe ASM compatibility version for Spring's ASM visitor implementations: currentlyOpcodes.ASM10_EXPERIMENTAL, as of Spring Framework 5.3. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
ASM_VERSION
public static final int ASM_VERSIONThe ASM compatibility version for Spring's ASM visitor implementations: currentlyOpcodes.ASM10_EXPERIMENTAL, as of Spring Framework 5.3.- See Also:
 
 
 - 
 - 
Constructor Details
- 
SpringAsmInfo
public SpringAsmInfo() 
 -