public abstract class GuiceRunnable extends Object implements Runnable
Constructor and Description |
---|
GuiceRunnable(Logger log) |
Modifier and Type | Method and Description |
---|---|
void |
configure(com.google.inject.Injector injector) |
protected abstract List<? extends com.google.inject.Module> |
getModules() |
Lifecycle |
initLifecycle(com.google.inject.Injector injector) |
com.google.inject.Injector |
makeInjector() |
public GuiceRunnable(Logger log)
@Inject public void configure(com.google.inject.Injector injector)
protected abstract List<? extends com.google.inject.Module> getModules()
public com.google.inject.Injector makeInjector()
public Lifecycle initLifecycle(com.google.inject.Injector injector)
Copyright © 2011–2017. All rights reserved.