public interface MethodHandler<I,A extends Annotation>
A
on an injectee of type
I
to be processed in some way on each injectee using a custom
strategy.Modifier and Type | Method and Description |
---|---|
void |
afterInjection(I injectee,
A annotation,
Method method)
Process the given method which is annotated with the annotation on the
injectee after the injectee has been injected
|
void afterInjection(I injectee, A annotation, Method method) throws InvocationTargetException, IllegalAccessException
Apache Camel