Uses of Package
org.apache.commons.inject.api.bind

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

Classes in org.apache.commons.inject.api.bind used by org.apache.commons.inject.api
IBinder
          A IBinder is passed as an argument to modules.
IModule
          A module is created by the user in order to configure the IInjector.
 

Classes in org.apache.commons.inject.api.bind used by org.apache.commons.inject.api.bind
IAnnotatedBindingBuilder
          A binding builder, which allows to specify annotations, or annotation types as constraints, depending on which POJO's may, or may not be injected.
IBinder
          A IBinder is passed as an argument to modules.
IBinder.IInjectionListener
           
IBinder.IInjectionParticipator
           
IBinder.IInjectorBuildListener
           
ILinkedBindingBuilder
          A binding builder, which allows to specify a bindings target: A target is the value, that gets injected, if the binding is applied.
IScopedBindingBuilder
          A binding builder, which allows to specify a bindings scope.
Scopes
          List of the supported scopes.
 

Classes in org.apache.commons.inject.api.bind used by org.apache.commons.inject.impl
IModule
          A module is created by the user in order to configure the IInjector.
 

Classes in org.apache.commons.inject.api.bind used by org.apache.commons.inject.impl.bind
IAnnotatedBindingBuilder
          A binding builder, which allows to specify annotations, or annotation types as constraints, depending on which POJO's may, or may not be injected.
IBinder.IInjectionListener
           
IBinder.IInjectionParticipator
           
ILinkedBindingBuilder
          A binding builder, which allows to specify a bindings target: A target is the value, that gets injected, if the binding is applied.
IScopedBindingBuilder
          A binding builder, which allows to specify a bindings scope.
Scopes
          List of the supported scopes.
 



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