Uses of Class
org.elasticsearch.common.inject.ScopeAnnotation

Packages that use ScopeAnnotation
org.elasticsearch.common.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
 

Uses of ScopeAnnotation in org.elasticsearch.common.inject
 

Classes in org.elasticsearch.common.inject with annotations of type ScopeAnnotation
 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-2012. All Rights Reserved.