guice
Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Goog
About this project
Guice — Latest releases: 6.0.0 (supports javax.{inject,servlet,persistence}, mostly supports jakarta.inject) 7.0.0 (supports jakarta.{inject,servlet,persistence}) (6.0.0 & 7.0.0 are equivalent except for their javax/jakarta support.) — Documentation: User Guide, 6.0.0 javadocs 7.0.0 javadocs Latest Snapshot javadocs — Continuous Integration: — Mailing Lists: User Mailing List — License: Apache 2.0 Overview Put simply, Guice alleviates the need for factories and the use of new in your Java code. Think of Guice's @Inject as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit…
Technologies
Project health
GitHub
Reviews
Built by
Maintain google/guice? Claiming verifies admin access through your GitHub account and gives you control of this listing.
