Package | Description |
---|---|
org.elasticsearch.common.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 © 2009–2016. All rights reserved.