Support ASM 3.1
Status: Beta
Brought to you by:
plperez
ASM 3.1 has an interface change. As a new user of JsonMarshaller, I have downloaded the latest version of ASM to try and got problem. I have to download the 2.33 ASM to get JsonMarshaller work.
ASM 2.33
ClassReader.accept(ClassVisitor classVisitor, boolean skipDebug)
ASM 3.1
ClassReader.accept(ClassVisitor classVisitor, int flags)