src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 1358
fc123bdeddb8
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
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 * 35 *
36 * <p><b>This is NOT part of any API supported by Sun Microsystems. 36 * <p><b>This is NOT part of any supported API.
37 * If you write code that depends on this, you do so at your own risk. 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 38 * This code and its internal interfaces are subject to change or
39 * deletion without notice.</b> 39 * deletion without notice.</b>
40 */ 40 */
41 public interface DiagnosticFormatter<D extends Diagnostic<?>> { 41 public interface DiagnosticFormatter<D extends Diagnostic<?>> {

mercurial