public final class

LifecycleModule

extends Object
implements Module
java.lang.Object
   ↳ org.eclipse.sisu.bean.LifecycleModule

Class Overview

Guice Module that provides JSR250 lifecycle management by following PostConstruct and PreDestroy annotations. The lifecycle can be controlled with the associated BeanManager.

Summary

Public Constructors
LifecycleModule()
Public Methods
void configure(Binder binder)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.inject.Module

Public Constructors

public LifecycleModule ()

Public Methods

public void configure (Binder binder)