Re: creating instance using injector without passing module info again.

2013-10-09 Thread kumar santosh
or even different kind of tests) with reusing your Guice modules? Nate On Oct 8, 2013 4:05 AM, kumar santosh san...@gmail.com javascript: wrote: 1. I have class AModule where we are binding are the dependencies. 2. In class Test i created Instance of B using Injector. like

creating instance using injector without passing module info again.

2013-10-08 Thread kumar santosh
1. I have class AModule where we are binding are the dependencies. 2. In class Test i created Instance of B using Injector. like . Injector in = Guice.createInjector(new AModule()) // getting instance of B in.getInstance(B); 3. I am in same jvm, In some other class D, can i get instance