Class TransformerAnnotationPostProcessor

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

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