Spring Integration

org.springframework.integration.config.annotation
Interface MethodAnnotationPostProcessor<T extends java.lang.annotation.Annotation>

All Known Implementing Classes:
AbstractMethodAnnotationPostProcessor, AggregatorAnnotationPostProcessor, FilterAnnotationPostProcessor, RouterAnnotationPostProcessor, ServiceActivatorAnnotationPostProcessor, SplitterAnnotationPostProcessor, TransformerAnnotationPostProcessor

public interface MethodAnnotationPostProcessor<T extends java.lang.annotation.Annotation>

Strategy interface for post-processing annotated methods.

Author:
Mark Fisher

Method Summary
 java.lang.Object postProcess(java.lang.Object bean, java.lang.String beanName, java.lang.reflect.Method method, T annotation)
           
 

Method Detail

postProcess

java.lang.Object postProcess(java.lang.Object bean,
                             java.lang.String beanName,
                             java.lang.reflect.Method method,
                             T annotation)

Spring Integration