<aop:config>
<aop:aspect id="myAspect" ref="aBean">
<aop:pointcut id="businessService"
expression="execution(* com.xyz.myapp.service.*.*(..))"/>
<aop:advice............>
</aop:aspect>
上記の構成を使用すると、aspectj が使用されます。Spring AOP のみを使用するにはどうすればよいですか?