[ bianca ]
[ 源代码: cofoja ]
软件包:libcofoja-java(1.3-4.1)
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