spring-framework / org.springframework.asm / SpringAsmInfo

SpringAsmInfo

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

Constructors

<init>

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.

Properties

ASM_VERSION

static val ASM_VERSION: Int

The ASM compatibility version for Spring's ASM visitor implementations: currently Opcodes#ASM6.