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

changeset 333
7c2d6da61646
parent 229
03bcd66bd8e7
child 554
9d9f26857129
equal deleted inserted replaced
332:cf08b64e87da 333:7c2d6da61646
30 30
31 /** 31 /**
32 * This interface defines the minimum requirements in order to provide support 32 * This interface defines the minimum requirements in order to provide support
33 * for localized formatted strings. 33 * for localized formatted strings.
34 * 34 *
35 * <p><b>This is NOT part of any API supported by Sun Microsystems.
36 * If you write code that depends on this, you do so at your own risk.
37 * This code and its internal interfaces are subject to change or
38 * deletion without notice.</b>
39 *
35 * @author Maurizio Cimadamore 40 * @author Maurizio Cimadamore
36 */ 41 */
37 public interface Messages { 42 public interface Messages {
38 43
39 /** 44 /**

mercurial