src/share/classes/com/sun/tools/javac/file/FSInfo.java

changeset 333
7c2d6da61646
parent 106
ceaa6549687a
child 581
f2fdd52e4e87
     1.1 --- a/src/share/classes/com/sun/tools/javac/file/FSInfo.java	Mon Jul 27 15:20:03 2009 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/file/FSInfo.java	Mon Jul 27 19:52:42 2009 -0700
     1.3 @@ -16,6 +16,11 @@
     1.4  /**
     1.5   * Get meta-info about files. Default direct (non-caching) implementation.
     1.6   * @see CacheFSInfo
     1.7 + *
     1.8 + * <p><b>This is NOT part of any API supported by Sun Microsystems.
     1.9 + * If you write code that depends on this, you do so at your own risk.
    1.10 + * This code and its internal interfaces are subject to change or
    1.11 + * deletion without notice.</b>
    1.12   */
    1.13  public class FSInfo {
    1.14  

mercurial