EVALUATION
Yes, this is absolutely true.
gilad.bracha@eng 2001-03-02
I don't think the impact is as earth-shattering as this description implies.
neal.gafter@Eng 2001-03-19
Note there is a difficult issue in generifying the documents: what syntax will
be used to indicate generic parameters? If we use the obvious source-level
syntax in the documents
<I>
that will look like an HTML tag and turn everything italic.
On the other hand, if we use the obvious HTML syntax
<I>
then our users will wail and moan. Perhaps we need to invent a compromise
just for javadoc - such as an embedded tag
@tparam(I)
Then Map<K,Map.Entry<K,V>> will be written
Map@tparam(K,Map.Entry@tparam(K,V))
Alternately, perhaps we should stop trying to directly support HTML.
###@###.### 2003-03-23
|