Package org.eclipse.sisu.bean
Class LifecycleModule
java.lang.Object
org.eclipse.sisu.bean.LifecycleModule
- All Implemented Interfaces:
com.google.inject.Module
Guice
Module
that provides lifecycle management by following PostConstruct
and PreDestroy
annotations, or corresponding JSR250 PostConstruct
and PreDestroy
annotations. The lifecycle can be controlled with the associated
BeanManager
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LifecycleModule
public LifecycleModule() -
LifecycleModule
-
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configure
in interfacecom.google.inject.Module
-