-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
878dd9c
commit 458c519
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
#DbC4J: Design by Contract™ for Java™ | ||
#DbC4J: Design by Contract for Java | ||
|
||
DbC4J is a library that allows performing Design by Contract in Java, by enforcing contract clauses using regular Java methods via naming conventions. This library is a prototype, developed on my Master Thesis "An Aspect-Oriented Infrastructure for Design by Contract in Java". | ||
DbC4J is a library that allows performing Design by Contract in Java, by enforcing contract clauses using regular Java methods via naming conventions. This library is a _prototype_, developed in the context of my Master Thesis, "An Aspect-Oriented Infrastructure for Design by Contract in Java". | ||
|
||
![alt tag](images/thesis-diagram.jpg) | ||
|
||
_(translated from Portuguese: decomposition, contract, composition)_ |