Hello,
I would like to intercept constructor calls. I think, I have to take another AOP-Language or does AOP-Spring supports this ?
Printable View
Hello,
I would like to intercept constructor calls. I think, I have to take another AOP-Language or does AOP-Spring supports this ?
Spring AOP does not support this. See the Spring Reference Manual for AspectJ integration, or Jonas Boner's recent blog on Spring/AspectWerkz (http://blogs.codehaus.org/people/jbo...arriage.htm l)