javac2: provide a default for not-null annotations (IDEA-76782)

This commit is contained in:
peter
2016-09-21 20:11:45 +02:00
parent 0fc703165a
commit aea028e22e
@@ -39,7 +39,7 @@ public class Javac2 extends Javac {
private ArrayList myFormFiles;
private List myNestedFormPathList;
private boolean instrumentNotNull = true;
private String myNotNullAnnotations;
private String myNotNullAnnotations = "org.jetbrains.annotations.NotNull";
private List<Regexp> myClassFilterAnnotationRegexpList = new ArrayList<Regexp>(0);
public Javac2() {