I have one jar in which I have used the Aspect to have point cuts around a method. The aspect works fine here and around advice gets executed properly around the method at runtime. But when I obfuscate this jar and execute it then it gives me below error at console:
[AppClassLoader@dad5dc] error at Type 'com.test.imp.aspect.AspectObf' (no debug info available)::0 Cannot read debug info for @Aspect to handle formal binding in pointcuts (please compile with 'javac -g' or '' in Ant)
Please help.