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