public class AnnotatedMethodFilter extends java.lang.Object implements MethodFilter
| Constructor and Description |
|---|
AnnotatedMethodFilter(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
java.lang.String methodName,
boolean requiresReply) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.reflect.Method> |
filter(java.util.List<java.lang.reflect.Method> methods) |
public AnnotatedMethodFilter(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
java.lang.String methodName,
boolean requiresReply)
public java.util.List<java.lang.reflect.Method> filter(java.util.List<java.lang.reflect.Method> methods)
filter in interface MethodFilter