Package ru.vyarus.guice.ext.managed
-
Class Summary Class Description DestroyableTypeProcessor Registers beans implementingDestroyableinterface toDestroyableManagerto be executed on shutdown.PostConstructAnnotationProcessor Process bean @PostConstruct annotated methods: executes annotated method just after bean initialization.PreDestroyAnnotationProcessor Registers bean methods annotated with @PostConstruct inDestroyableManagerto be called on shutdown.