VoidMissingNullable
The type Void is not annotated @Nullable

Severity
SUGGESTION

Suppression

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