Uses of Interface
com.google.inject.binder.AnnotatedElementBuilder

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

Uses of AnnotatedElementBuilder in com.google.inject
 

Methods in com.google.inject that return AnnotatedElementBuilder
 AnnotatedElementBuilder PrivateBinder.expose(java.lang.Class<?> type)
          Makes a binding for type available to the enclosing environment.
protected  AnnotatedElementBuilder PrivateModule.expose(java.lang.Class<?> 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.
protected  AnnotatedElementBuilder PrivateModule.expose(TypeLiteral<?> type)
          Makes a binding for type available to other modules and the injector.
 

Uses of AnnotatedElementBuilder in com.google.inject.internal
 

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



Copyright © 2011. All Rights Reserved.