パッケージ: libguice-java (4.2.3-2)
libguice-java に関するリンク
Trisquel の資源:
guice ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Debian Java Maintainers (メールアーカイブ)
- Emmanuel Bourg
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
lightweight dependency injection framework for Java 5 and above
Guice provides support for dependency injection using annotations to configure Java objects. Dependency injection is a design pattern whose core principle is to separate behavior from dependency resolution.
Guice allows implementation classes to be programmatically bound to an interface, 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.
その他の libguice-java 関連パッケージ
|
|
|
-
- dep: libaopalliance-java
- library for interoperability for Java AOP implementations
-
- dep: libatinject-jsr330-api-java
- Java API for JSR-330 Dependency Injection
-
- dep: libguava-java
- Suite of Google common libraries for Java
-
- dep: libjsr305-java
- Java library that provides annotations for software defect detection
-
- sug: libasm-java (>= 9.0)
- Java bytecode manipulation framework
-
- sug: libcglib-java (>= 3.2.12)
- Code generation library for Java