JakeWharton / dagger-reflect

A reflection-based implementation of the Dagger dependency injection library for fast IDE builds.
Apache License 2.0
655 stars 44 forks source link

Use @Generated annotation in the generated code #172

Closed emartynov closed 4 years ago

emartynov commented 5 years ago

Creating this as a discussion topic - should the generated code have @Generated annotation or it doesn't bring any benefit.

JakeWharton commented 4 years ago

It's easy to add, sure.