public abstract class AnnotatedMethodProcessor extends Object implements MethodProcessor
| Constructor and Description |
|---|
AnnotatedMethodProcessor(Class<? extends Annotation>... annotation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess(Method method) |
void |
sort(List<Method> methods) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessMethod@SafeVarargs public AnnotatedMethodProcessor(Class<? extends Annotation>... annotation)
public boolean canProcess(Method method)
canProcess in interface MethodProcessorpublic void sort(List<Method> methods)
sort in interface MethodProcessorCopyright © 2010–2016 RedEngine Ltd. All rights reserved.