Java: True Delegation with Links and Parts
1–3 of 3 posts
Re: Java: True Delegation with Links and Parts
#2Isn't this just dependency injection via compiler?
Re: Java: True Delegation with Links and Parts
#3Isn'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.