Class RouterAnnotationPostProcessor

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

public class RouterAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<Router>
Post-processor for Methods annotated with @Router.
Author:
Mark Fisher, Gary Russell, Artem Bilan