https://github.com/google/guice/wiki/Motivation
https://github.com/google/guice/wiki/ExternalDocumentation
https://github.com/google/guice/wiki/ExternalDocumentation
2018-01-12
讲师回答 / ccmouse
首先非常谢谢同学的肯定。运行时的话,Inject一个Injector,然后通过Injector来getInstance。在与spring协作这里就是这么用的。一个module需要另一个module的话,用install,然后就可以inject别人绑定的实例了。当然如果有重复绑定,需要用Modules.override。
2018-01-10