Alternate names: PreconditionsCheckNotNull, PreconditionsCheckNotNullPrimitive
Suppress false positives by adding the suppression annotation @SuppressWarnings("UnnecessaryCheckNotNull") to the enclosing element.
@SuppressWarnings("UnnecessaryCheckNotNull")