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 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–2018 Google, Inc.. All rights reserved.