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

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

Uses of IBinder in org.apache.commons.inject.api
 

Methods in org.apache.commons.inject.api with parameters of type IBinder
 void PostConstructModule.configure(IBinder pBinder)
           
 void AbstractLoggerInjectingModule.configure(IBinder pBinder)
           
 

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

Methods in org.apache.commons.inject.api.bind with parameters of type IBinder
 void IModule.configure(IBinder pBinder)
          Called by the IInjectorBuilder to create bindings, by using the given binder.
 



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