[ ソース: sezpoz ]
パッケージ: libsezpoz-java-doc (1.12-1)
libsezpoz-java-doc に関するリンク
Debian の資源:
sezpoz ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- libguice-java-doc
- libguice-java
- libbridge-method-injector-java-doc
- libjsr305-java-doc
- libeclipse-ltk-core-refactoring-java
- libeclipse-ltk-ui-refactoring-java
- libeclipse-jdt-ui-java
- libeclipse-jdt-astview-java
- libeclipse-jdt-core-manipulation-java
- libautocomplete-java-doc
- libeclipse-jdt-junit-core-java
Documentation for SezPoz
SezPoz is a lightweight and simple-to-learn library that lets you perform modular service lookups. It provides some of the same capabilities as (for example) java.util.ServiceLoader, Eclipse extension points, and NetBeans Lookup and XML layers. However, SezPoz has some special advantages:
* The service registrations are made just using type-checked Java annotations. There are no configuration files to edit, and your Java IDE can show you registrations since they are simply usages of an annotation. * You can register individual objects (values of static fields or methods) instead of whole classes. * You can associate static metadata with each implementation, using regular annotation values. The caller can choose to inspect the metadata without loading the actual implementation object (as with Eclipse extension points).
This package provides the API documentation for libsezpoz-java.
その他の libsezpoz-java-doc 関連パッケージ
|
|
|
|
-
- dep: default-jdk-doc
- Standard Java or Java compatible Development Kit (documentation)
-
- sug: libsezpoz-java
- Lightweight library for modular service lookups