| AW-278
We compile annoation with ASM, and read them back with ASM at weave time
then if offline mode was used, the joinpoint advice list is build based on the
annotation on the original method - thus we need to enforce that the annotations have been copied.
Note: this test has dependancy on ASM so we need to add ASM in the classpath without having it remapped with
jarjar (since we do not jarjar the tests)
author: Alexandre Vasseur |