Ejemplo n.º 1
0
 //This is a little evil and I am not sure I like it, but it is the best way we can provide bindings to a child injector for now.
 public void configureInjector(ChildInjector injector, GuiceModule module)
 {
     injector.configureBinder( module );
 }
Ejemplo n.º 2
0
 //This is a little evil and I am not sure I like it, but it is the best way we can provide bindings to a child injector for now.
 public void configureInjector(ChildInjector injector, GuiceModule module)
 {
     injector.configureBinder(module);
 }