
关于这本书
Guice is a lightweight [dependency injection (DI)](https://en.wikipedia.org/wiki/Dependency_injection) framework for Java.
目录
共 9 个章节· 全部 78 节- 01User's Guide Overview Motivation Getting Started…10 节
- 02Common Guice Errors
- 03Best Practices
- 04Frequently Asked Questions
- 05Integration Web and Servlets Google App Engine Persistence…6 节
- 06Extensions Extending Guice Elements SPI Extensions SPI…9 节
- 07Internals Bootstrap Binding Resolution Injection Points…6 节
- 08Releases Guice 7.0.0 Guice 6.0.0 Guice 5.1.0…14 节
- 09Community External Documentation Apps that use Guice Discussions3 节
你可能也喜欢

ApacheJava+2
Apache Camel进行中
Apache Camel™ is a versatile open-source integration framework based on known Enterprise Integration Patterns.
13
2026-09-22
JavaFindBugs+2
SpotBugs 4.8.5已完成
SpotBugs is a program to find bugs in Java programs. It looks for instances of "bug patterns" --- code instances that are likely to be errors.
9
2026-09-17
ApacheJava+2
FindBugs™ Manual已完成
This is the web page for FindBugs, a program which uses static analysis to look for bugs in Java code. It is free software, distributed under the terms of the Lesser GNU Public License. The name Find
31
2026-09-13
KnowForge