See section of 8.4.3.3 of the Java Language Specification at
http://java.sun.com/docs/books/jls/second_edition/html/classes.doc.html.
There is nothing wrong with declaring them as final; it means that the
methods cannot be overriden by subclasses.
Viral_Thakkar wrote:
Hi All,
I was wondering if
Hi All,
I was wondering if all the getXXX methods in the Value Objects could be
declared as final.
Regards,
Viral
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
2 matches
Mail list logo