Name: nl37777 Date: 03/01/2004
The Integer class description contains the text "such as
@link{#highestOneBit(int)} and @link{#numberOfTrailingZeros(int)})".
This text is not processed by javadoc because the "{"s are placed
incorrectly - they should be before the "@"s.
I'm also wondering why this paragraph is part of the class description.
It's clearly useful for someone working on the implementation, but it
doesn't seem relevant to users of the API. Couldn't it be just an
implementation comment?
======================================================================