public class LifecycleScope extends Object implements com.google.inject.Scope
| Constructor and Description |
|---|
LifecycleScope(com.metamx.common.lifecycle.Lifecycle.Stage stage) |
| Modifier and Type | Method and Description |
|---|---|
<T> com.google.inject.Provider<T> |
scope(com.google.inject.Key<T> key,
com.google.inject.Provider<T> unscoped) |
void |
setLifecycle(com.metamx.common.lifecycle.Lifecycle lifecycle) |
Copyright © 2011–2016. All rights reserved.