cashapp / InflationInject

Constructor-inject views during XML layout inflation
Apache License 2.0
904 stars 55 forks source link

Migrate inflation inject to its own assisting annotation #165

Closed JakeWharton closed 3 years ago

JakeWharton commented 3 years ago

With Dagger's built-in assisted injection we'll be removing our own. But we cannot reuse Dagger's @Assisted for inflation inject since it validates all usages are within its own @AsisstedInject.

JakeWharton commented 3 years ago

@MattPrecious