public class AnnotatedMethodFilter
extends java.lang.Object
implements org.springframework.expression.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) |