Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么理由不能在 GWT 应用程序中只使用 Guice 进行 DI 吗?如果是这样,为什么?如果没有,GWT-GIN真正提供了 POG(plain ole' Guice)没有的什么?
Guice 在很大程度上依赖于反射,而 GWT 并没有完全支持反射。