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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe ASM compatibility version for Spring's ASM visitor implementations: currentlyOpcodes.ASM10_EXPERIMENTAL, as of Spring Framework 5.3.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
ASM_VERSIONpublic 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- 
SpringAsmInfopublic SpringAsmInfo()
 
-