spring-framework / org.springframework.aop.framework.autoproxy / AbstractBeanFactoryAwareAdvisingPostProcessor / <init>

<init>

AbstractBeanFactoryAwareAdvisingPostProcessor()

Extension of AbstractAutoProxyCreator which implements BeanFactoryAware, adds exposure of the original target class for each proxied bean (AutoProxyUtils#ORIGINAL_TARGET_CLASS_ATTRIBUTE), and participates in an externally enforced target-class mode for any given bean (AutoProxyUtils#PRESERVE_TARGET_CLASS_ATTRIBUTE). This post-processor is therefore aligned with AbstractAutoProxyCreator.

Author
Juergen Hoeller

Since
4.2.3

See Also
AutoProxyUtils#shouldProxyTargetClassAutoProxyUtils#determineTargetClass