src/share/classes/com/sun/tools/javadoc/SeeTagImpl.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1397
8abc56be3131
     1.1 --- a/src/share/classes/com/sun/tools/javadoc/SeeTagImpl.java	Tue Oct 09 19:31:58 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javadoc/SeeTagImpl.java	Wed Oct 10 16:48:21 2012 -0700
     1.3 @@ -32,6 +32,11 @@
     1.4   * Represents a see also documentation tag.
     1.5   * The @see tag can be plain text, or reference a class or member.
     1.6   *
     1.7 + *  <p><b>This is NOT part of any supported API.
     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 Kaiyang Liu (original)
    1.13   * @author Robert Field (rewrite)
    1.14   * @author Atul M Dambalkar

mercurial