Package org.eclipse.sisu.bean
Class LifecycleModule
- java.lang.Object
-
- org.eclipse.sisu.bean.LifecycleModule
-
- All Implemented Interfaces:
com.google.inject.Module
public final class LifecycleModule extends Object implements com.google.inject.Module
GuiceModule
that provides JSR250 lifecycle management by followingPostConstruct
andPreDestroy
annotations. The lifecycle can be controlled with the associatedBeanManager
.
-
-
Constructor Summary
Constructors Constructor Description LifecycleModule()
LifecycleModule(BeanManager manager)
-
-
-
Constructor Detail
-
LifecycleModule
public LifecycleModule()
-
LifecycleModule
public LifecycleModule(BeanManager manager)
-
-