Skip to content

Commit 197de07

Browse files
committed
Document a NullAway limitation
1 parent b8015d8 commit 197de07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ non-null values even if that cannot be expressed by the API.
177177
to be present and when non-null related values have been inserted previously.
178178
- `@SuppressWarnings("NullAway") // Overridden method does not define nullability` can be used when the superclass does
179179
not define nullability (typically when the superclass comes from an external dependency).
180+
- `@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.
180181

181182

182183
[[null-safety-migrating]]

0 commit comments

Comments
 (0)