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.binder Interfaces which make up Binder's expression language. 
 

Uses of AnnotatedElementBuilder in com.google.inject
 

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

Methods in com.google.inject.binder that return AnnotatedElementBuilder
 AnnotatedElementBuilder PrivateBinder.expose(Class<?> type)
          Makes a binding for type available to the enclosing environment.
 AnnotatedElementBuilder PrivateBinder.expose(TypeLiteral<?> type)
          Makes a binding for type available to the enclosing environment.
 



Copyright 2008 Google Inc. All Rights Reserved.