org.springframework.aop.framework.adapter
public class: AdvisorAdapterRegistrationManager [javadoc |
source]
java.lang.Object
org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
All Implemented Interfaces:
BeanPostProcessor
BeanPostProcessor that registers
AdvisorAdapter beans in the BeanFactory with
an
AdvisorAdapterRegistry (by default the
GlobalAdvisorAdapterRegistry ).
The only requirement for it to work is that it needs to be defined
in application context along with "non-native" Spring AdvisorAdapters
that need to be "recognized" by Spring's AOP framework.