Uses of Interface
org.apache.commons.inject.api.bind.ILinkedBindingBuilder

Packages that use ILinkedBindingBuilder
org.apache.commons.inject.api.bind   
org.apache.commons.inject.impl.bind   
 

Uses of ILinkedBindingBuilder in org.apache.commons.inject.api.bind
 

Subinterfaces of ILinkedBindingBuilder in org.apache.commons.inject.api.bind
 interface IAnnotatedBindingBuilder<T>
          A binding builder, which allows to specify annotations, or annotation types as constraints, depending on which POJO's may, or may not be injected.
 

Methods in org.apache.commons.inject.api.bind that return ILinkedBindingBuilder
 ILinkedBindingBuilder<T> IAnnotatedBindingBuilder.annotatedWith(Annotation pAnnotation)
          Specifies, that the binding can only be used for injection, if a field is annotated with an Annotation, that equals the given.
 ILinkedBindingBuilder<T> IAnnotatedBindingBuilder.annotatedWith(Class<? extends Annotation> pAnnotation)
          Specifies, that the binding can only be used for injection, if a field is annotated with an Annotation of the given type.
<T> ILinkedBindingBuilder<T>
IBinder.bind(IKey<T> pKey)
           
 

Uses of ILinkedBindingBuilder in org.apache.commons.inject.impl.bind
 

Classes in org.apache.commons.inject.impl.bind that implement ILinkedBindingBuilder
 class DefaultBindingBuilder<T>
          Default implementation of a binding builder.
 

Methods in org.apache.commons.inject.impl.bind that return ILinkedBindingBuilder
 ILinkedBindingBuilder<T> DefaultBindingBuilder.annotatedWith(Annotation pAnnotation)
           
 ILinkedBindingBuilder<T> DefaultBindingBuilder.annotatedWith(Class<? extends Annotation> pAnnotationType)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.