Test ASM5's bytecode parsing of INVOKESPECIAL/STATIC on interfaces

Issue: SPR-11979
This commit is contained in:
Juergen Hoeller
2014-07-10 15:46:18 +02:00
parent eaad0a0f52
commit 29f6f3d7e7
2 changed files with 9 additions and 4 deletions

View File

@@ -30,8 +30,7 @@ public final class SpringAsmInfo {
/**
* The ASM compatibility version for Spring's ASM visitor implementations:
* as of Spring 4.0.3, it's ASM5.
* @see Opcodes#ASM5
* currently {@link Opcodes#ASM5}.
*/
public static final int ASM_VERSION = Opcodes.ASM5;