Uses of Package
org.springframework.aop.framework.adapter
Package
Description
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
SPI package allowing Spring AOP framework to handle arbitrary advice types.
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
-
-
ClassDescriptionInterface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.Interface for registries of Advisor adapters.Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
-