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