Uses of Interface
org.elasticsearch.common.inject.binder.AnnotatedElementBuilder

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

Uses of AnnotatedElementBuilder in org.elasticsearch.common.inject
 

Methods in org.elasticsearch.common.inject that return AnnotatedElementBuilder
protected  AnnotatedElementBuilder PrivateModule.expose(Class<?> type)
          Makes a binding for type available to other modules and the injector.
 AnnotatedElementBuilder PrivateBinder.expose(Class<?> type)
          Makes a binding for type available to the enclosing environment.
protected  AnnotatedElementBuilder PrivateModule.expose(TypeLiteral<?> type)
          Makes a binding for type available to other modules and the injector.
 AnnotatedElementBuilder PrivateBinder.expose(TypeLiteral<?> type)
          Makes a binding for type available to the enclosing environment.
 

Uses of AnnotatedElementBuilder in org.elasticsearch.common.inject.internal
 

Classes in org.elasticsearch.common.inject.internal that implement AnnotatedElementBuilder
 class ExposureBuilder<T>
          For private binder's expose() method.
 



Copyright © 2009-2012. All Rights Reserved.