org.springframework.integration.config.annotation
Interface MethodAnnotationPostProcessor<T extends Annotation>
- All Known Implementing Classes:
- AbstractMethodAnnotationPostProcessor, AggregatorAnnotationPostProcessor, FilterAnnotationPostProcessor, RouterAnnotationPostProcessor, ServiceActivatorAnnotationPostProcessor, SplitterAnnotationPostProcessor, TransformerAnnotationPostProcessor
public interface MethodAnnotationPostProcessor<T extends Annotation>
Strategy interface for post-processing annotated methods.
- Author:
- Mark Fisher
postProcess
Object postProcess(Object bean,
String beanName,
Method method,
T annotation)
Copyright © 2010. All Rights Reserved.