src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java
changeset 48343 d4329843abf4
parent 47216 71c04702a3d5
child 50892 a5557f24b4d4
equal deleted inserted replaced
48342:003d6365ec6a 48343:d4329843abf4
    53  * If you write code that depends on this, you do so at your own risk.
    53  * If you write code that depends on this, you do so at your own risk.
    54  * This code and its internal interfaces are subject to change or
    54  * This code and its internal interfaces are subject to change or
    55  * deletion without notice.</b>
    55  * deletion without notice.</b>
    56  */
    56  */
    57 @SupportedAnnotationTypes("*")
    57 @SupportedAnnotationTypes("*")
    58 @SupportedSourceVersion(SourceVersion.RELEASE_10)
    58 @SupportedSourceVersion(SourceVersion.RELEASE_11)
    59 public class PrintingProcessor extends AbstractProcessor {
    59 public class PrintingProcessor extends AbstractProcessor {
    60     PrintWriter writer;
    60     PrintWriter writer;
    61 
    61 
    62     public PrintingProcessor() {
    62     public PrintingProcessor() {
    63         super();
    63         super();