T - annotation typepublic interface MethodPostProcessor<T extends java.lang.annotation.Annotation>
| Modifier and Type | Method and Description |
|---|---|
void |
process(T annotation,
java.lang.reflect.Method method,
java.lang.Object instance)
Called to post process annotated bean method.
|
void process(T annotation, java.lang.reflect.Method method, java.lang.Object instance) throws java.lang.Exception
annotation - annotation instancemethod - annotated methodinstance - bean instancejava.lang.Exception - on any unrecoverable errorAnnotatedMethodTypeListener