Browse Source

Document a NullAway limitation

pull/35186/head
Sébastien Deleuze 5 months ago
parent
commit
197de07634
  1. 1
      framework-docs/modules/ROOT/pages/core/null-safety.adoc

1
framework-docs/modules/ROOT/pages/core/null-safety.adoc

@ -177,6 +177,7 @@ non-null values even if that cannot be expressed by the API. @@ -177,6 +177,7 @@ non-null values even if that cannot be expressed by the API.
to be present and when non-null related values have been inserted previously.
- `@SuppressWarnings("NullAway") // Overridden method does not define nullability` can be used when the superclass does
not define nullability (typically when the superclass comes from an external dependency).
- `@SuppressWarnings("NullAway") // See https://github.com/uber/NullAway/issues/1075` can be used when NullAway is not able to detect type variable nullness in generic methods.
[[null-safety-migrating]]

Loading…
Cancel
Save