AddNullMarkedToPackageInfo
Apply @NullMarked to this package

Severity
SUGGESTION

The problem

Checks if @NullMarked annotation is applied to a package-info.java file.

More details are available at AddNullMarkedToClass

Suppression

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