class SpringAsmInfo
Utility class exposing constants related to Spring's internal repackaging of the ASM bytecode manipulation library (currently based on version 6.0).
See package-level javadocs for more information on org.springframework.asm.
Author
Chris Beams
Since
3.2
SpringAsmInfo()
Utility class exposing constants related to Spring's internal repackaging of the ASM bytecode manipulation library (currently based on version 6.0). See package-level javadocs for more information on |
static val ASM_VERSION: Int
The ASM compatibility version for Spring's ASM visitor implementations: currently |