It would be nice to have Scala like traits in Groovy. It can be implemented extending syntax of Groovy interfaces with
- Non-static properties in interfaces
- Methods with default implementationÂ
Example
Labels
It would be nice to have Scala like traits in Groovy. It can be implemented extending syntax of Groovy interfaces with