langtools/src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java
changeset 5847 1908176fd6e3
parent 5841 7a8448425bb7
child 7681 1f0819a3341f
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    40 /**
    40 /**
    41  * A processor which prints out elements.  Used to implement the
    41  * A processor which prints out elements.  Used to implement the
    42  * -Xprint option; the included visitor class is used to implement
    42  * -Xprint option; the included visitor class is used to implement
    43  * Elements.printElements.
    43  * Elements.printElements.
    44  *
    44  *
    45  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    45  * <p><b>This is NOT part of any supported API.
    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("*")