Any AspectJ annotated classes will automatically be recognized, and their advice
applied if Spring AOP's proxy-based model is capable of applying it.
This covers method execution joinpoints.
If the <aop:include> element is used, only @AspectJ beans with names matched by
an include pattern will be considered as defining aspects to use for Spring autoproxying.
Any AspectJ annotated classes will automatically be recognized, and their advice applied if Spring AOP's proxy-based model is capable of applying it. This covers method execution joinpoints.
If the <aop:include> element is used, only @AspectJ beans with names matched by an include pattern will be considered as defining aspects to use for Spring autoproxying.
Processing of Spring Advisors follows the rules established in DefaultAdvisorAutoProxyCreator .