square / dagger

A fast dependency injector for Android and Java.
https://square.github.io/dagger/
Apache License 2.0
7.31k stars 3.06k forks source link

Remove generics for the superclass when generating inject adapters #532

Closed JayNewstrom closed 8 years ago

JayNewstrom commented 8 years ago

This makes the generated code similar to how it was in Dagger 1.2.2 when generating the supertype field in inject adapters that have a generic superclass. Closes #531

JakeWharton commented 8 years ago

@swankjesse any thoughts?

lgtm

swankjesse commented 8 years ago

Works for me.

JakeWharton commented 8 years ago

I'll do a dot release tonight or tomorrow