NullableOnContainingClass
Type-use nullability annotations should annotate the inner class, not the outer class (e.g., write `A.@Nullable B` instead of `@Nullable A.B`).
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("NullableOnContainingClass")
to the enclosing element.