| Re: [aspectj-dev] detecting AspectJ classes |
regards, Eugene
If you have the source code, you could use the AST support, extending the AjASTVisitor class (i put some examples bellow if you want to follow that direction). If you want to perform this on bytecodes you will probably use the AspectJ Reflection API, but then you have to load the classes you need.
Hope that helps, Eduardo