[ 源代码: cofoja ]
软件包: libcofoja-java (1.3-4)
libcofoja-java 的相关链接
Trisquel 的资源:
下载源码包 cofoja:
维护者:
Original Maintainers:
- Debian Java Maintainers (Mail Archive)
- Olivier Sallou
- Andreas Tille
- Diane Trout
外部的资源:
- 主页 [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.