/** Relating to the core of Java. * *
Using an inline HTML link (as opposed to an inline Javadoc {@code @link}) in a * member's javadoc comment causes the member to be omitted from the summary/index * section of the rendered javadocs (1.7.0_06). A workaround is to move the link into an * {@code @see} line.
* * @see java.lang */ package votorola.g.lang;