The following are examples of @see
paragraphs, which may be used in any documentation comment to indicate a cross-reference to a class, interface, method,
constructor, field, or URL:
@see java.lang.String @see String @see java.io.InputStream; @see String#equals @see java.lang.Object#wait(int) @see java.io.RandomAccessFile#RandomAccessFile(File, String) @see Character#MAX_RADIX @see <a href="spec.html">Java Spec</a>
The character #
separates the name of a class from the name of one of its fields,
methods, or constructors. One of several overloaded methods or constructors may
be selected by including a parenthesized list of argument types after the method or
constructor name.
A documentation comment may contain more than one @see
tag.