mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
javac2: provide a default for not-null annotations (IDEA-76782)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user