org.apache.commons.inject.api.bind
Interface IModule

All Known Implementing Classes:
AbstractLoggerInjectingModule, CommonsLoggingLoggerModule, Log4j2LoggerModule, Log4jLoggerModule, PostConstructModule, Slf4JLoggerModule

public interface IModule

A module is created by the user in order to configure the IInjector.


Method Summary
 void configure(IBinder pBinder)
          Called by the IInjectorBuilder to create bindings, by using the given binder.
 

Method Detail

configure

void configure(IBinder pBinder)
Called by the IInjectorBuilder to create bindings, by using the given binder.



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