Change from JetBrains annotations for `@NotNull` and `@Nullable` to [JSpecify](https://jspecify.dev/). Semantics of the annotations are mostly the same. See if we can remove some `@NotNull` by implicitly defining it when no annotation is present...
Change from JetBrains annotations for
@NotNulland@Nullableto JSpecify. Semantics of the annotations are mostly the same.See if we can remove some
@NotNullby implicitly defining it when no annotation is present...