Uses of Class
org.elasticsearch.common.inject.ScopeAnnotation
-
Packages that use ScopeAnnotation Package Description org.elasticsearch.common.inject -
-
Uses of ScopeAnnotation in org.elasticsearch.common.inject
Classes in org.elasticsearch.common.inject with annotations of type ScopeAnnotation Modifier and Type Class Description interfaceSingletonApply this to implementation classes when you want only one instance (perInjector) to be reused for all injections for that binding.
-