On Mon, Oct 20, 2008 at 11:02 AM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > whenever there is something nonfinal people will always find a way to misuse > it. > > model methods are not final because it gives you a simple base class > to subclass instead of starting from scratch with an imodel.
Right. I've done this before myself. So, -1 (non-binding of course) from me for making Model final (or making the methods final). Besides, it breaks binary compatibility. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
