org.camunda.bpm.engine.spring.components.aop.util
Class MetaAnnotationMethodMatcher
java.lang.Object
org.springframework.aop.support.StaticMethodMatcher
org.springframework.aop.support.annotation.AnnotationMethodMatcher
org.camunda.bpm.engine.spring.components.aop.util.MetaAnnotationMethodMatcher
- All Implemented Interfaces:
- org.springframework.aop.MethodMatcher
public class MetaAnnotationMethodMatcher
- extends org.springframework.aop.support.annotation.AnnotationMethodMatcher
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
| Fields inherited from interface org.springframework.aop.MethodMatcher |
TRUE |
| Methods inherited from class org.springframework.aop.support.StaticMethodMatcher |
isRuntime, matches |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaAnnotationMethodMatcher
public MetaAnnotationMethodMatcher(Class<? extends Annotation> annotationType)
- Create a new AnnotationClassFilter for the given annotation type.
- Parameters:
annotationType - the annotation type to look for
matches
public boolean matches(Method method,
Class targetClass)
- Specified by:
matches in interface org.springframework.aop.MethodMatcher- Overrides:
matches in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
Copyright © 2015 camunda services GmbH. All rights reserved.