T
- the type of an annotationpublic interface MethodAnnotationPostProcessor<T extends java.lang.annotation.Annotation>
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
postProcess(java.lang.Object bean,
java.lang.String beanName,
java.lang.reflect.Method method,
T annotation)
Post process a bean.
|
java.lang.Object postProcess(java.lang.Object bean, java.lang.String beanName, java.lang.reflect.Method method, T annotation)
null
. Caller of this method is then responsible to
handle newly created object.bean
- the beanbeanName
- the bean namemethod
- the methodannotation
- the annotation