Will Java ever support mixins as illustrated in the Ruby language? I mean, I realise we can do some stuff with Generics when they arrive, and writing you’re own proxy classes works (but gets time comsuming after a while).
Are there any plans to support mixins natively as it were in the Java langauge?
Kev