Example usage for org.springframework.aop.framework.autoproxy AbstractBeanFactoryAwareAdvisingPostProcessor subclass-usage

List of usage examples for org.springframework.aop.framework.autoproxy AbstractBeanFactoryAwareAdvisingPostProcessor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.framework.autoproxy AbstractBeanFactoryAwareAdvisingPostProcessor subclass-usage.

Usage

From source file org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor.java

/**
 * Bean post-processor that automatically applies asynchronous invocation
 * behavior to any bean that carries the {@link Async} annotation at class or
 * method-level by adding a corresponding {@link AsyncAnnotationAdvisor} to the
 * exposed proxy (either an existing AOP proxy or a newly generated proxy that
 * implements all of the target's interfaces).