Something like:
/**
 * See {@linktourl http://google.com}
 */
Something like:
/**
 * See {@linktourl http://google.com}
 */
Taken from the javadoc spec here http://java.sun.com/javase/6/docs/technotes/tools/windows/javadoc.html#@see
@see
<a href="URL#value">label</a> Adds a link as defined by URL#value. The URL#value is a relative or absolute URL. The Javadoc tool distinguishes this from other cases by looking for a less-than symbol (<) as the first character. For Example@see
<a href="http://www.google.com">Google</a>