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

Packages that use LinkedBindingBuilder
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 LinkedBindingBuilder in com.google.inject
 

Methods in com.google.inject that return LinkedBindingBuilder
protected
<T> LinkedBindingBuilder<T>
AbstractModule.bind(Key<T> key)
           
<T> LinkedBindingBuilder<T>
Binder.bind(Key<T> key)
          Creates a binding to a key.
 

Uses of LinkedBindingBuilder in com.google.inject.binder
 

Subinterfaces of LinkedBindingBuilder in com.google.inject.binder
 interface AnnotatedBindingBuilder<T>
          Specifies the annotation for a binding.
 

Methods in com.google.inject.binder that return LinkedBindingBuilder
 LinkedBindingBuilder<T> AnnotatedBindingBuilder.annotatedWith(java.lang.annotation.Annotation annotation)
          Specifies an annotation value for this binding.
 LinkedBindingBuilder<T> AnnotatedBindingBuilder.annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
          Specifies an annotation type for this binding.
 



Copyright © {inceptionYear}-2008 null. All Rights Reserved.