Spring Framework

Package org.springframework.aop

Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.

See: Description

Package org.springframework.aop Description

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.
Spring Framework