GIN (GWT INjection) 使得 Google Web Toolkit 客户端代码自动具有依赖注入的功能. GIN is built on top of Guice and uses (a subset of) Guice’s binding language. By using GWT’s compile-time Generator support, GIN has little-to-no runtime overhead compared to manual DI.
项目主页:http://code.google.com/p/google-gin/
下载地址:http://code.google.com/p/google-gin/downloads/list
来自:开源中国社区

