src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java

changeset 1157
3809292620c9
parent 1136
ae361e7f435a
child 1159
4261dc8af622
equal deleted inserted replaced
1156:4822dfe0922b 1157:3809292620c9
80 import com.sun.tools.javac.util.Names; 80 import com.sun.tools.javac.util.Names;
81 import com.sun.tools.javac.util.Options; 81 import com.sun.tools.javac.util.Options;
82 82
83 import static javax.tools.StandardLocation.*; 83 import static javax.tools.StandardLocation.*;
84 import static com.sun.tools.javac.util.JCDiagnostic.DiagnosticFlag.*; 84 import static com.sun.tools.javac.util.JCDiagnostic.DiagnosticFlag.*;
85 import static com.sun.tools.javac.main.OptionName.*; 85 import static com.sun.tools.javac.main.Option.*;
86 import static com.sun.tools.javac.code.Lint.LintCategory.PROCESSING; 86 import static com.sun.tools.javac.code.Lint.LintCategory.PROCESSING;
87 87
88 /** 88 /**
89 * Objects of this class hold and manage the state needed to support 89 * Objects of this class hold and manage the state needed to support
90 * annotation processing. 90 * annotation processing.

mercurial