| Interface | Description |
|---|---|
| Destroyable |
Marker interface for beans which require some finalization logic (@PostConstruct alternative).
|
| Class | Description |
|---|---|
| AnnotatedMethodDestroyable |
Destroyable annotation used to call @PostConstruct annotated methods on context destroy.
|
| DestroyableManager |
Manage destroyable instances.
|