DoNotCallSuggester
Consider annotating methods that always throw with @DoNotCall. Read more at https://errorprone.info/bugpattern/DoNotCall

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("DoNotCallSuggester") to the enclosing element.