Final defenders
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Wed Aug 8 02:11:16 PDT 2012
> public interface StatefulOp<T, U, V> {
> public boolean isStateful() final {
> return true;
> }
> }
There is a lot of discussions about final keywords in java. As far as I
understand most of the peoples agrees that it would be better to have
opposite keyword like "override" and final state by default. Does
anybody know, do we have such discussion for default methods?
--
Best regards, Sergey.
More information about the lambda-dev
mailing list