com.google.gwt.inject.rebind.adapter
Class GinModuleAdapter

java.lang.Object
  extended by com.google.gwt.inject.rebind.adapter.GinModuleAdapter
All Implemented Interfaces:
Module

public final class GinModuleAdapter
extends java.lang.Object
implements Module

Makes a GinModule available as a Module.


Constructor Summary
GinModuleAdapter(GinModule ginModule)
           
GinModuleAdapter(GinModule ginModule, java.util.Set<FactoryModule<?>> factoryModules)
           
 
Method Summary
 void configure(Binder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GinModuleAdapter

public GinModuleAdapter(GinModule ginModule)

GinModuleAdapter

public GinModuleAdapter(GinModule ginModule,
                        java.util.Set<FactoryModule<?>> factoryModules)
Method Detail

configure

public void configure(Binder binder)
Specified by:
configure in interface Module