[ANN] AspectJ weaver plugin
I have started converting my plugin that does AspectWerkz weaving inside IntelliJ IDEA to work with AspectJ.
So far, the scope of the plugin is very limited. It can weave re-compiled classes with precompiled aspects. It does not support compiling AspectJ syntax aspect inside IntelliJ. Although it does support annotation based and pre-compiled (JARed) aspects. Now that it is working for my minimal test project, I am making it available to the public. Those of you that use IntelliJ IDEA + AspectJ, please have a try, and report problems to me.
See http://intellij.expertsystems.se/aspectj.html for more info.
Please sign in to leave a comment.