langtools/src/share/classes/com/sun/tools/apt/main/JavaCompiler.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6716 71df48777dd1
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    43 import com.sun.tools.apt.util.Bark;
    43 import com.sun.tools.apt.util.Bark;
    44 import com.sun.mirror.apt.AnnotationProcessorFactory;
    44 import com.sun.mirror.apt.AnnotationProcessorFactory;
    45 import com.sun.tools.javac.parser.DocCommentScanner;
    45 import com.sun.tools.javac.parser.DocCommentScanner;
    46 
    46 
    47 /**
    47 /**
    48  *  <p><b>This is NOT part of any API supported by Sun Microsystems.
    48  *  <p><b>This is NOT part of any supported API.
    49  *  If you write code that depends on this, you do so at your own
    49  *  If you write code that depends on this, you do so at your own
    50  *  risk.  This code and its internal interfaces are subject to change
    50  *  risk.  This code and its internal interfaces are subject to change
    51  *  or deletion without notice.</b>
    51  *  or deletion without notice.</b>
    52  */
    52  */
    53 @SuppressWarnings("deprecation")
    53 @SuppressWarnings("deprecation")