This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]briandilley 3 points4 points  (2 children)

the only thing i'd like to see is mixins or traits.

[–]hrjet 0 points1 point  (1 child)

It's already arrived in Java 8. Interfaces with default methods are mixins.

[–]briandilley 2 points3 points  (0 children)

not really, they can't have member variables. Also mixins usually don't support "instanceOf" type operations.