Eclipse: How to convert a web project into an AspectJ project and weave and run it using the AJDT pl
- by Kent
What I want to do:
I want to use the @Configured annotation with Spring. It requires AspectJ to be enabled. I thought that using the AJDT plugin for compile time weaving would solve this problem. Before installing the plug in the dependencies which were supposed to be injected into my @Configured object remained null.
What I have done:
…