Class TransformerAnnotationPostProcessor

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

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