public DecoratingMultiImpl(InterfaceWithMultipleImplementations dependency) { this.dependency = dependency; }
public ClassThatDependsOnMultiImplInterface(InterfaceWithMultipleImplementations dependency) { this.dependency = dependency; }