langtools/src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
changeset 19651 b1aa46cc2198
parent 18669 99572d59c916
child 20615 77f2d47729b0
equal deleted inserted replaced
19512:07dcf1232608 19651:b1aa46cc2198
    87  * If you write code that depends on this, you do so at your own risk.
    87  * If you write code that depends on this, you do so at your own risk.
    88  * This code and its internal interfaces are subject to change or
    88  * This code and its internal interfaces are subject to change or
    89  * deletion without notice.</b>
    89  * deletion without notice.</b>
    90  */
    90  */
    91 public class JavacProcessingEnvironment implements ProcessingEnvironment, Closeable {
    91 public class JavacProcessingEnvironment implements ProcessingEnvironment, Closeable {
    92     Options options;
    92     private final Options options;
    93 
    93 
    94     private final boolean printProcessorInfo;
    94     private final boolean printProcessorInfo;
    95     private final boolean printRounds;
    95     private final boolean printRounds;
    96     private final boolean verbose;
    96     private final boolean verbose;
    97     private final boolean lint;
    97     private final boolean lint;