CanIgnoreReturnValueSuggester
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("CanIgnoreReturnValueSuggester")
to the enclosing element.