| Class | Description |
|---|---|
| DestroyableTypeProcessor |
Registers beans implementing
Destroyable interface to DestroyableManager to be executed on shutdown. |
| PostConstructAnnotationProcessor |
Process bean @PostConstruct annotated methods: executes annotated method just after bean initialization.
|
| PreDestroyAnnotationProcessor |
Registers bean methods annotated with @PostConstruct in
DestroyableManager to be called on shutdown. |