[ 原始碼: 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.