Added NotNull annotations

This commit is contained in:
Svetlana Isakova
2014-05-04 15:29:06 +04:00
parent 02f5293b3d
commit 06a257025f
7 changed files with 19 additions and 0 deletions
@@ -86,5 +86,6 @@ public interface ConstraintSystem {
@NotNull
TypeSubstitutor getCurrentSubstitutor();
@NotNull
ConstraintSystem copy();
}