Example usage for org.springframework.aop.support.annotation AnnotationMethodMatcher subclass-usage

List of usage examples for org.springframework.aop.support.annotation AnnotationMethodMatcher subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.support.annotation AnnotationMethodMatcher subclass-usage.

Usage

From source file org.activiti.spring.components.aop.util.MetaAnnotationMethodMatcher.java

/**
 * this code is taken almost verbatim from the Spring Integration
 * project's source code where it's a static
 * private inner class.
 *
 * @author Mark Fisher