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