How to deal with AspectJ?
I soon have to do some AspectJ work. I'm not sure if I have to deal with .aj files but I will definitely have to compile plain java code with the ajc compiler.
Anything good for this in IDEA world?
S.
Please sign in to leave a comment.
There is an AspectJ plugin, but I haven't tried it yet....
http://intellij.expertsystems.se/aspectj.html
BTJ