langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java
changeset 43646 017aba6e9260
parent 26266 2d24bda701dc
child 43649 add9e8c9b20b
equal deleted inserted replaced
43645:478f54e75765 43646:017aba6e9260
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2017, 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
    50  * If you write code that depends on this, you do so at your own risk.
    50  * If you write code that depends on this, you do so at your own risk.
    51  * This code and its internal interfaces are subject to change or
    51  * This code and its internal interfaces are subject to change or
    52  * deletion without notice.</b>
    52  * deletion without notice.</b>
    53  */
    53  */
    54 @SupportedAnnotationTypes("*")
    54 @SupportedAnnotationTypes("*")
    55 @SupportedSourceVersion(SourceVersion.RELEASE_9)
    55 @SupportedSourceVersion(SourceVersion.RELEASE_10)
    56 public class PrintingProcessor extends AbstractProcessor {
    56 public class PrintingProcessor extends AbstractProcessor {
    57     PrintWriter writer;
    57     PrintWriter writer;
    58 
    58 
    59     public PrintingProcessor() {
    59     public PrintingProcessor() {
    60         super();
    60         super();