T - annotation typepublic interface FieldPostProcessor<T extends java.lang.annotation.Annotation>
| Modifier and Type | Method and Description |
|---|---|
void |
process(T annotation,
java.lang.reflect.Field field,
java.lang.Object instance)
Called to post process annotated bean filed.
|
void process(T annotation, java.lang.reflect.Field field, java.lang.Object instance) throws java.lang.Exception
annotation - annotation instancefield - annotated fieldinstance - bean instancejava.lang.Exception - on any unrecoverable errorAnnotatedFieldTypeListener