langtools/src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java
changeset 3380 a6c2bcab0fec
parent 2212 1d3dc0e0ba0c
child 5520 86e4b9a9da40
equal deleted inserted replaced
3379:e37ab7805402 3380:a6c2bcab0fec
    30 import com.sun.tools.javac.api.DiagnosticFormatter.*;
    30 import com.sun.tools.javac.api.DiagnosticFormatter.*;
    31 
    31 
    32 /**
    32 /**
    33  * Provides simple functionalities for javac diagnostic formatting.
    33  * Provides simple functionalities for javac diagnostic formatting.
    34  * @param <D> type of diagnostic handled by this formatter
    34  * @param <D> type of diagnostic handled by this formatter
       
    35  *
       
    36  * <p><b>This is NOT part of any API supported by Sun Microsystems.
       
    37  * If you write code that depends on this, you do so at your own risk.
       
    38  * This code and its internal interfaces are subject to change or
       
    39  * deletion without notice.</b>
    35  */
    40  */
    36 public interface DiagnosticFormatter<D extends Diagnostic<?>> {
    41 public interface DiagnosticFormatter<D extends Diagnostic<?>> {
    37 
    42 
    38     /**
    43     /**
    39      * Whether the source code output for this diagnostic is to be displayed.
    44      * Whether the source code output for this diagnostic is to be displayed.