void |
ParameterAnnotationHandler.process(ClassContext context,
A annotation,
HandlerChain chain) |
void |
MethodAnnotationHandler.process(ClassContext context,
A annotation,
HandlerChain chain) |
void |
FieldAnnotationHandler.process(ClassContext context,
A annotation,
HandlerChain chain) |
void |
AnnotationHandler.process(ClassContext context,
A annotation,
HandlerChain chain) |
abstract void |
FieldAnnotationHandler.process(FieldContext context,
A annotation,
HandlerChain chain) |
abstract void |
MethodAnnotationHandler.process(MethodContext context,
A annotation,
HandlerChain chain) |
abstract void |
ParameterAnnotationHandler.process(ParameterContext context,
A annotation,
HandlerChain chain) |