public abstract class ParameterAnnotationHandler<A extends Annotation> extends Object implements AnnotationHandler<A>
AnnotationHandler implementations that process method argument annotations.| Constructor and Description |
|---|
ParameterAnnotationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(ClassContext context,
A annotation,
HandlerChain chain) |
abstract void |
process(ParameterContext 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(ParameterContext context, A annotation, HandlerChain chain)
Copyright © 2019 OCPsoft. All rights reserved.