Package | Description |
---|---|
com.google.gwt.inject.client | |
com.google.gwt.inject.client.binder |
Modifier and Type | Method and Description |
---|---|
protected <T> GinAnnotatedBindingBuilder<T> |
AbstractGinModule.bind(Class<T> clazz) |
protected <T> GinAnnotatedBindingBuilder<T> |
PrivateGinModule.bind(Class<T> clazz) |
protected <T> GinAnnotatedBindingBuilder<T> |
AbstractGinModule.bind(TypeLiteral<T> type) |
protected <T> GinAnnotatedBindingBuilder<T> |
PrivateGinModule.bind(TypeLiteral<T> type) |
Modifier and Type | Method and Description |
---|---|
<T> GinAnnotatedBindingBuilder<T> |
GinBinder.bind(Class<T> clazz)
See the EDSL examples at
GinBinder |
<T> GinAnnotatedBindingBuilder<T> |
GinBinder.bind(TypeLiteral<T> type)
See the EDSL examples at
GinBinder |
Copyright © 2008–2018. All rights reserved.