Hacker News new | ask | show | jobs
Java: True Delegation with Links and Parts (github.com)
4 points by zeedude 1222 days ago
1 comments

Isn't this just dependency injection via compiler?
Well, it make dependency injection much easier in Java. But true delegation is much more, it offers a nice decoupled alternative over implementation inheritance.