gabrielittner/auto-value-with

Include @CheckResult on generated methods

Closed this issue · 1 comments

Given https://developer.android.com/reference/android/support/annotation/CheckResult.html, I think it would be a good idea if auto-value-with automatically included this annotation on the generated with* methods.

The generated class is not public and isn't/shouldn't be used by you. Therefor adding @CheckResult to the generated methods won't help.