Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Google Guice

From Wikipedia, the free encyclopedia
Open-source software framework
Google Guice
DeveloperGoogle
Stable release
7.0.0 / May 12, 2023; 2 years ago (2023-05-12)[1]
Repositorygithub.com/google/guice
Written inJava
TypeDependency injection framework
LicenseApache License 2.0
Websitegithub.com/google/guice Edit this on Wikidata

Google Guice (pronounced like "juice")[2] is anopen-sourcesoftware framework for theJava platform developed byBob Lee and Kevin Bourrillion atGoogle and released under theApache License. It provides support fordependency injection usingannotations to configure Java objects.[3] Dependency injection is adesign pattern whose core principle is to separate behavior from dependency resolution.

Guice allows implementationclasses to be bound programmatically to aninterface, then injected into constructors, methods or fields using an@Inject annotation. When more than one implementation of the same interface is needed, the user can create custom annotations that identify an implementation, then use that annotation when injecting it.

Being the first generic framework for dependency injection using Java annotations in 2008, Guice won the 18thJolt Award for best Library, Framework, or Component.[3][4]

See also

[edit]

References

[edit]
  1. ^"Guice510 · google/guice Wiki".GitHub. Retrieved2022-05-12.
  2. ^"google-guice - Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5 and above, brought to you by Google".Code.google.com. Google Project Hosting. 2007-03-23. Retrieved2013-11-24.
  3. ^abYuan, Michael."Guice (Google)". Retrieved2010-04-09.
  4. ^"18th Annual Jolt Award winners".Dr. Dobb's.

Further reading

[edit]
Google free and open-source software
Software
Applications
Programming languages
Frameworks and
development tools
Operating systems
Related
Stub icon

Thiscomputer-library-related article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Google_Guice&oldid=1317281278"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp