On Feb 22, 12:57 pm, bank kus <[email protected]> wrote: > The modules exported from B ( or any component ) are self contained > i.e., they wire up all dependencies of B and B's dependencies which > means A.
In general, we recommend that modules do not install() their dependencies. That way you can use module B with RealAModule or MockAModule (or even FastAModule). Regardless, if you want B's version of A to differ from C's version of A, you'll probably be best to look into PrivateModules. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
