Is there a way to use class delegation without con...
# getting-started
a
Is there a way to use class delegation without constructor injection? So that I can save manual method delegation if I only want to interfere with one of many methods? So that I can override the method I want and the rest is automatically delegated?