public final class AsyncModule
extends com.google.inject.AbstractModule
GuiceAsync to install this module for your own
environment.| Constructor and Description |
|---|
AsyncModule(GuiceAsync principal)
As
GuiceAsync is not instantiatable from outside, the constructor guards
this class from being created unintentionally. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic AsyncModule(GuiceAsync principal)
GuiceAsync is not instantiatable from outside, the constructor guards
this class from being created unintentionally.principal - The GuiceAsync instance that is installing this module.Copyright © 2014–2018. All rights reserved.