Example usage for org.springframework.integration.config.annotation MethodAnnotationPostProcessor interface-usage

List of usage examples for org.springframework.integration.config.annotation MethodAnnotationPostProcessor interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.config.annotation MethodAnnotationPostProcessor interface-usage.

Usage

From source file org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor.java

/**
 * Base class for Method-level annotation post-processors.
 *
 * @author Mark Fisher
 * @author Artem Bilan
 * @author Gary Russell