Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
|
com.google.inject.internal |
Guice (sounds like "juice")
|
Modifier and Type | Method | Description |
---|---|---|
AnnotatedElementBuilder |
PrivateBinder.expose(TypeLiteral<?> type) |
Makes a binding for
type available to the enclosing environment. |
AnnotatedElementBuilder |
PrivateBinder.expose(Class<?> 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. |
protected AnnotatedElementBuilder |
PrivateModule.expose(Class<?> type) |
Makes a binding for
type available to other modules and the injector. |
Modifier and Type | Class | Description |
---|---|---|
class |
ExposureBuilder<T> |
For private binder's expose() method.
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.