That’s essentially how Guice’s assisted injection ...
# random
c
That’s essentially how Guice’s assisted injection works, it provides you a factory to which you pass only the dynamic parameters. Then it hands you an object fully formed.