In my application, I have 3 modules - A, B, and C. Module A is independent of any other modules. This is easy to develop and test. However, modules B and C depends on some services from module A. Modules B and C do not depend on each other. What is the best way to handle modular dependencies among modules with Guice? Thank you very much for your help!
-- 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.
