com.yammer.metrics.spring
Class AnnotationFilter
java.lang.Object
com.yammer.metrics.spring.AnnotationFilter
- All Implemented Interfaces:
- org.springframework.util.ReflectionUtils.FieldFilter, org.springframework.util.ReflectionUtils.MethodFilter
public class AnnotationFilter
- extends Object
- implements org.springframework.util.ReflectionUtils.MethodFilter, org.springframework.util.ReflectionUtils.FieldFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationFilter
public AnnotationFilter(Class<? extends Annotation> clazz)
matches
public boolean matches(Method method)
- Specified by:
matches in interface org.springframework.util.ReflectionUtils.MethodFilter
matches
public boolean matches(Field field)
- Specified by:
matches in interface org.springframework.util.ReflectionUtils.FieldFilter
Copyright © 2012. All Rights Reserved.