Class MessagingAnnotationBeanPostProcessor

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

public class MessagingAnnotationBeanPostProcessor extends Object implements BeanPostProcessor, BeanFactoryAware, SmartInitializingSingleton
An infrastructure BeanPostProcessor implementation that processes method-level messaging annotations (@Transformer, @Splitter, @Router, @Filter etc.) on bean methods.
Since:
6.2
Author:
Artem Bilan