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