Package | Description |
---|---|
com.google.gwt.inject.client | |
com.google.gwt.inject.client.binder | |
com.google.gwt.inject.rebind.adapter |
Modifier and Type | Method and Description |
---|---|
protected GinAnnotatedElementBuilder |
PrivateGinModule.expose(Class<?> type)
Makes a binding for
type available to other modules and the injector. |
protected GinAnnotatedElementBuilder |
PrivateGinModule.expose(TypeLiteral<?> type)
Makes a binding for
type available to other modules and the injector. |
Modifier and Type | Method and Description |
---|---|
GinAnnotatedElementBuilder |
PrivateGinBinder.expose(Class<?> type)
Expose the given class.
|
GinAnnotatedElementBuilder |
PrivateGinBinder.expose(TypeLiteral<?> type)
Expose the given type.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedElementBuilderAdapter |
Modifier and Type | Method and Description |
---|---|
GinAnnotatedElementBuilder |
PrivateBinderAdapter.expose(Class<?> type) |
GinAnnotatedElementBuilder |
PrivateBinderAdapter.expose(TypeLiteral<?> type) |
Copyright © 2008–2018. All rights reserved.