public abstract class MethodAnnotationHandler<A extends Annotation> extends Object implements AnnotationHandler<A>
AnnotationHandler implementations that process method annotations.| Constructor and Description |
|---|
MethodAnnotationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(ClassContext context,
A annotation,
HandlerChain chain) |
abstract void |
process(MethodContext context,
A annotation,
HandlerChain chain) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlespublic final void process(ClassContext context, A annotation, HandlerChain chain)
process in interface AnnotationHandler<A extends Annotation>public abstract void process(MethodContext context, A annotation, HandlerChain chain)
Copyright © 2015 OCPsoft. All Rights Reserved.