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

Packages that use BindingAnnotation
org.elasticsearch.common.inject.assistedinject Extension for combining factory interfaces with injection; this extension requires guice-jndi-2.0.jar
org.elasticsearch.common.inject.name Support for binding to string-based names. 
org.elasticsearch.index   
org.elasticsearch.index.settings   
org.elasticsearch.river   
 

Uses of BindingAnnotation in org.elasticsearch.common.inject.assistedinject
 

Classes in org.elasticsearch.common.inject.assistedinject with annotations of type BindingAnnotation
 interface Assisted
          Annotates an injected parameter or field whose value comes from an argument to a factory method.
 

Uses of BindingAnnotation in org.elasticsearch.common.inject.name
 

Classes in org.elasticsearch.common.inject.name with annotations of type BindingAnnotation
 interface Named
          Annotates named things.
 

Uses of BindingAnnotation in org.elasticsearch.index
 

Classes in org.elasticsearch.index with annotations of type BindingAnnotation
 interface LocalNodeId
           
 

Uses of BindingAnnotation in org.elasticsearch.index.settings
 

Classes in org.elasticsearch.index.settings with annotations of type BindingAnnotation
 interface IndexSettings
           
 

Uses of BindingAnnotation in org.elasticsearch.river
 

Classes in org.elasticsearch.river with annotations of type BindingAnnotation
 interface RiverIndexName
           
 



Copyright © 2009-2012. All Rights Reserved.