public class InvokingAnnotatedMethodProcessor extends Object implements net.stickycode.reflector.MethodProcessor
| Constructor and Description |
|---|
InvokingAnnotatedMethodProcessor(Class<? extends Annotation> annotationClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess(Method method) |
void |
processMethod(Object target,
Method method) |
void |
sort(List<Method> methods) |
public InvokingAnnotatedMethodProcessor(Class<? extends Annotation> annotationClass)
Copyright © 2008–2017 RedEngine Ltd. All rights reserved.