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

changeset 333
7c2d6da61646
parent 161
ddd75a295501
child 554
9d9f26857129
     1.1 --- a/src/share/classes/com/sun/tools/javac/api/Formattable.java	Mon Jul 27 15:20:03 2009 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/api/Formattable.java	Mon Jul 27 19:52:42 2009 -0700
     1.3 @@ -31,6 +31,11 @@
     1.4   * This interface must be implemented by any javac class that has non-trivial
     1.5   * formatting needs (e.g. where toString() does not apply because of localization).
     1.6   *
     1.7 + * <p><b>This is NOT part of any API supported by Sun Microsystems.
     1.8 + * If you write code that depends on this, you do so at your own risk.
     1.9 + * This code and its internal interfaces are subject to change or
    1.10 + * deletion without notice.</b>
    1.11 + *
    1.12   * @author Maurizio Cimadamore
    1.13   */
    1.14  public interface Formattable {

mercurial