Do Transitions really need to be final?

Tom Eugelink tbee at tbee.org
Sat Dec 17 06:32:21 PST 2011


On 2011-12-17 13:09, Greg Brown wrote:
>> why is any class final?
> One example is immutable types. It is generally recommended that immutable types be marked final to prevent subclasses from changing their mutability:
>
>

That is a very good example.

Tom



More information about the openjfx-dev mailing list