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
Modifier and TypeFieldDescriptionstatic final int
The ASM compatibility version for Spring's ASM visitor implementations: currentlyOpcodes.ASM10_EXPERIMENTAL
, as of Spring Framework 5.3. -
Constructor Summary
-
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()
-