langtools/src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java
changeset 10180 b293c1f36ac4
parent 7681 1f0819a3341f
child 10192 378321489bea
equal deleted inserted replaced
10175:9adcace810dd 10180:b293c1f36ac4
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2011, 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
    46  * If you write code that depends on this, you do so at your own risk.
    46  * If you write code that depends on this, you do so at your own risk.
    47  * This code and its internal interfaces are subject to change or
    47  * This code and its internal interfaces are subject to change or
    48  * deletion without notice.</b>
    48  * deletion without notice.</b>
    49  */
    49  */
    50 @SupportedAnnotationTypes("*")
    50 @SupportedAnnotationTypes("*")
    51 // TODO: Change to version 7 based visitors when available
    51 @SupportedSourceVersion(SourceVersion.RELEASE_8)
    52 @SupportedSourceVersion(SourceVersion.RELEASE_7)
       
    53 public class PrintingProcessor extends AbstractProcessor {
    52 public class PrintingProcessor extends AbstractProcessor {
    54     PrintWriter writer;
    53     PrintWriter writer;
    55 
    54 
    56     public PrintingProcessor() {
    55     public PrintingProcessor() {
    57         super();
    56         super();