/** * 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. */ @NonNullApi @NonNullFields package org.springframework.aop; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;