Gregory Kick

Results 7 comments of Gregory Kick

You're correct that this sample is woefully out of date. It is also incomplete. The Dagger team is working on a full example that we plan to finish by the...

FWIW, this all seems easy enough to do with streams. I threw together this little snippet to print 10 strings of 10 random ASCII (though you could choose what ever...

We generally judge need based on evidence within Google's (very large) code base, not Google searches. By that metric, there is a much stronger need for an API to generate...

There have been _major_ changes in Dagger 2 to address these types of issues. Presumably, if someone were to migrate the Dagger 1 processors to extend `BasicAnnotationProcessor` this would get...

It actually might be good to enforce that @Singleton can only be applied to the top-level injector since that seems like a point of confusion. The basic idea is that...

I'm with @RayFromSquare on this one. Allowing `@Singleton` to mean anything besides one-per-root-graph has _already_ been a source of confusion for new adopters. Plus, it's especially unintuitive for anybody migrating...