[ ソース: cofoja ]
パッケージ: libcofoja-java (1.3-4.1)
libcofoja-java に関するリンク
Debian の資源:
cofoja ソースパッケージをダウンロード:
メンテナ:
- Debian Java Maintainers (QA ページ, メールアーカイブ)
- Olivier Sallou (QA ページ)
- Andreas Tille (QA ページ)
- Diane Trout (QA ページ)
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Java API for annotating code with contracts
Contracts for Java is a contract programming framework for Java, which uses annotation processing and bytecode instrumentation to provide run-time checking.
Contracts for Java enables you to annotate your code with contracts in the form of preconditions, postconditions and invariants.
These contract annotations are:
- easy to write and read - checked at runtimeAnnotating code with contracts helps you:
* design, * document, * test, and * debugprograms.
その他の libcofoja-java 関連パッケージ
|
|
|
|
-
- dep: libasm-java (>= 7.0)
- Java bytecode manipulation framework