类的使用
infra.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
程序包
说明
Classes enabling AspectJ 5 @Annotated classes to be used in Framework AOP.
Base classes enabling auto-proxying based on AspectJ.
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
-
infra.aop.aspectj.annotation中AbstractAdvisorAutoProxyCreator的使用
修饰符和类型类说明classAspectJAwareAdvisorAutoProxyCreatorsubclass that processes all AspectJ annotation aspects in the current application context, as well as Framework Advisors. -
infra.aop.aspectj.autoproxy中AbstractAdvisorAutoProxyCreator的使用
修饰符和类型类说明classAbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect. -
infra.aop.framework.autoproxy中AbstractAdvisorAutoProxyCreator的使用
修饰符和类型类说明classBeanPostProcessorimplementation that creates AOP proxies based on all candidateAdvisors in the currentBeanFactory.classAuto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors.