Closed GoogleCodeExporter closed 8 years ago
Hi,
This is the way guice works. When it introspects module, it loads them each
time you call Elements.getElements().
Developpers have to be careful about this so that configure() method in modules
can be called several times to setup bindings without impacting the application
states.
Original comment by mathieu....@gmail.com
on 22 Mar 2012 at 6:24
Original comment by mathieu....@gmail.com
on 22 Mar 2012 at 6:24
Original issue reported on code.google.com by
jar...@gmail.com
on 12 Mar 2012 at 3:48Attachments: