Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
com.google.inject.binder |
Interfaces which make up
Binder 's
expression language. |
Modifier and Type | Field and Description |
---|---|
static Scope |
Scopes.SINGLETON
One instance per
Injector . |
Modifier and Type | Method and Description |
---|---|
void |
Binder.bindScope(Class<? extends Annotation> annotationType,
Scope scope)
Binds a scope to an annotation.
|
protected void |
AbstractModule.bindScope(Class<? extends Annotation> scopeAnnotation,
Scope scope) |
Modifier and Type | Method and Description |
---|---|
void |
ScopedBindingBuilder.in(Scope scope)
Specifies the scope.
|
Copyright © 2013. All Rights Reserved.