Class MessagingAnnotationPostProcessor

java.lang.Object
org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, BeanPostProcessor, InitializingBean, SmartInitializingSingleton

public class MessagingAnnotationPostProcessor
extends Object
implements BeanPostProcessor, BeanFactoryAware, InitializingBean, SmartInitializingSingleton
A BeanPostProcessor implementation that processes method-level messaging annotations such as @Transformer, @Splitter, @Router, and @Filter.
Author:
Mark Fisher, Marius Bogoevici, Artem Bilan, Gary Russell, Rick Hogge