I am using Spring 2.5.4, Spring IDE 2.0.4, and Eclipse 3.2.1. So far I have only been able have the IDE detect advice when configured using the aop namespace in one of my spring config XMLs. When applying the same advice using aspectj style annotations (@Aspect, @Before, etc) it will not detect them. I tried adding a component scan for the aspectj annotation per an older thread but had no success with it either.
Does the IDE support AspectJ style AOP annotations? If so, is there a sample project or instructions for any special steps to make it work?
Thanks,
John


Reply With Quote