I have an AspectJ aspect that needs to be injected with a spring managed component. I tried to use factory-method="aspectOf" on my class for the aspect and it works nicely on aspects that are not decared as perthis, pertarget or percflow.
The question is: what do I do with those that are declared as perthis, pertarget or percflow?


Reply With Quote
.