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

