All Implemented Interfaces:
BeanPostProcessor
All Known Implementing Classes:
ActionServletAwareProcessor, SimplePortletPostProcessor, CommonAnnotationBeanPostProcessor, PersistenceAnnotationBeanPostProcessor, SimpleServletPostProcessor, InitDestroyAnnotationBeanPostProcessor
The typical usage will be to invoke custom destruction callbacks on specific bean types, matching corresponding initialization callbacks.
Juergen - Hoeller1.0.1 - | Method from org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor Summary: |
|---|
| postProcessBeforeDestruction |
| Method from org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor Detail: |
|---|
Like DisposableBean's |