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

Packages that use ConstantBindingBuilder
com.google.inject.binder Interfaces which make up Binder's expression language. 
com.google.inject.internal Guice (sounds like like "juice") 
 

Uses of ConstantBindingBuilder in com.google.inject.binder
 

Methods in com.google.inject.binder that return ConstantBindingBuilder
 ConstantBindingBuilder AnnotatedConstantBindingBuilder.annotatedWith(Annotation annotation)
          See the EDSL examples at Binder.
 ConstantBindingBuilder AnnotatedConstantBindingBuilder.annotatedWith(Class<? extends Annotation> annotationType)
          See the EDSL examples at Binder.
 

Uses of ConstantBindingBuilder in com.google.inject.internal
 

Classes in com.google.inject.internal that implement ConstantBindingBuilder
 class ConstantBindingBuilderImpl<T>
          Bind a constant.
 

Methods in com.google.inject.internal that return ConstantBindingBuilder
 ConstantBindingBuilder ConstantBindingBuilderImpl.annotatedWith(Annotation annotation)
           
 ConstantBindingBuilder ConstantBindingBuilderImpl.annotatedWith(Class<? extends Annotation> annotationType)
           
 



Copyright © 2006-2013 Google, Inc.. All Rights Reserved.