Class BridgeToAnnotationPostProcessor

java.lang.Object
org.springframework.integration.config.AbstractMethodAnnotationPostProcessor<BridgeTo>
org.springframework.integration.config.BridgeToAnnotationPostProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, MethodAnnotationPostProcessor<BridgeTo>

public class BridgeToAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<BridgeTo>
Post-processor for the @BridgeTo annotation.
Since:
4.0
Author:
Artem Bilan