How to have

Hi,

I would like to have thefinal word modifier added in the method summary, so that it is easy to see which method can be subclassed, and which cannot.

It is already that simple to see which methods must be subclassed, as theabstract modifier is visible in the summary. Why notfinal, to be consistent ?

Regards,

C.Dore

[381 byte] By [cdore] at [2007-9-26 15:17:03]
# 1
Very good point. I'm not sure why we don't display final -- perhaps we overlooked it.Please submit this as a formal feature request at: http://java.sun.com/cgi-bin/bugreport.cgi-Doug KramerJavadoc team
dkramer at 2007-7-2 17:48:52 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...