Class MessagingAnnotationPostProcessor

java.lang.Object
org.springframework.integration.config.MessagingAnnotationPostProcessor
All Implemented Interfaces:
BeanFactoryPostProcessor, BeanDefinitionRegistryPostProcessor

public class MessagingAnnotationPostProcessor extends Object implements BeanDefinitionRegistryPostProcessor
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