| Package | Description |
|---|---|
| com.google.inject | |
| com.google.inject.internal |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedElementBuilder |
PrivateBinder.expose(Class<?> type)
Makes a binding for
type available to the enclosing environment. |
protected AnnotatedElementBuilder |
PrivateModule.expose(Class<?> type)
Makes a binding for
type available to other modules and the injector. |
AnnotatedElementBuilder |
PrivateBinder.expose(TypeLiteral<?> type)
Makes a binding for
type available to the enclosing environment. |
protected AnnotatedElementBuilder |
PrivateModule.expose(TypeLiteral<?> type)
Makes a binding for
type available to other modules and the injector. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExposureBuilder<T>
For private binder's expose() method.
|
Copyright © 2006–2019 Google, Inc.. All rights reserved.