Looking for an example for Dagger assisted injection

So, some of the Dagger/Guice folks at Google created a thing called AutoFactory (http://github.com/google/auto) in a project that includes AutoFactory (code-generated assisted injection), AutoValue (code-generated custom value types) and AutoService (auto-generation of java services metadata files). AutoFactory pretty much operates like you would expect – it generates the factory you would otherwise have hand-rolled. It’s … Read more