程序包的使用
infra.aop.framework.autoproxy
程序包
说明
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.
-
类说明Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
BeanPostProcessorimplementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself. -
类说明Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
BeanPostProcessorimplementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself. -
类说明Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
BeanPostProcessorimplementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.Helper for retrieving standard Framework Advisors from a BeanFactory, for use with auto-proxying.Implementations can create special target sources, such as pooling target sources, for particular beans. -
类说明Implementations can create special target sources, such as pooling target sources, for particular beans.