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

changeset 333
7c2d6da61646
parent 161
ddd75a295501
child 554
9d9f26857129
equal deleted inserted replaced
332:cf08b64e87da 333:7c2d6da61646
28 import java.util.Locale; 28 import java.util.Locale;
29 29
30 /** 30 /**
31 * This interface must be implemented by any javac class that has non-trivial 31 * This interface must be implemented by any javac class that has non-trivial
32 * formatting needs (e.g. where toString() does not apply because of localization). 32 * formatting needs (e.g. where toString() does not apply because of localization).
33 *
34 * <p><b>This is NOT part of any API supported by Sun Microsystems.
35 * If you write code that depends on this, you do so at your own risk.
36 * This code and its internal interfaces are subject to change or
37 * deletion without notice.</b>
33 * 38 *
34 * @author Maurizio Cimadamore 39 * @author Maurizio Cimadamore
35 */ 40 */
36 public interface Formattable { 41 public interface Formattable {
37 42

mercurial