| Package | Description |
|---|---|
| com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
Singleton
Apply this to implementation classes when you want only one instance (per
Injector) to be
reused for all injections for that binding. |
Copyright © 2006–2018 Google, Inc.. All rights reserved.