Package ninja.lifecycle
Class LifecycleSupport
- java.lang.Object
-
- ninja.lifecycle.LifecycleSupport
-
public class LifecycleSupport extends Object
Guice support for lifecycle- Author:
- James Roper
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.google.inject.Module
getModule()
Get the lifecycle support moduleboolean
hasLifecycleMethod(Class<?> clazz)
void
registerLifecycle(Object target)
-