On Aug 5, 12:20 pm, Jeremy Chone <[email protected]> wrote: > That's works pretty well, I just want to make sure I am not missing anything
Nope, you're doin' it right. Child injectors are good because you can create independently of their parent injector. That's handy if you want to create child injectors later, or in a different piece of code. Private modules are good because they can expose bindings to their parent injector. That's handy if you have multiple modules with similar dependencies, but different configurations. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
