/** * * Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces. * *
Any AOP Alliance MethodInterceptor is usable in Spring. * *
Spring AOP also offers: * * *
* Spring AOP can be used programmatically or (preferably) * integrated with the Spring IoC container. * */ package org.springframework.aop;