src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java
changeset 50892 a5557f24b4d4
parent 48343 d4329843abf4
child 50964 225b61293064
equal deleted inserted replaced
50891:9948ea5ea1af 50892:a5557f24b4d4
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    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_11)
    58 @SupportedSourceVersion(SourceVersion.RELEASE_12)
    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();