T - bean typepublic interface TypePostProcessor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
process(T instance)
Called to post process bean.
|
void process(T instance) throws java.lang.Exception
instance - bean instancejava.lang.Exception - on any unrecoverable errorGeneralTypeListener