-
Notifications
You must be signed in to change notification settings - Fork 940
Open
Labels
2.0 Newfeature-requestA feature should be added or improved.A feature should be added or improved.kotlinp2This is a standard priority issueThis is a standard priority issue
Description
If methods and parameters were annotated for nullability (ie: either @Nullable
or @NotNull
) it would help Java programmers who use static analysis tools, and would be a huge help to Kotlin programmers using the Java SDK.
Nullability annotations in Java unfortunately suffer from a bit of a too many standards problem, but JetBrains has a list of nullability annotations supported by the Kotlin compiler as well as other advice that should help with migrating to using nullability annotations.
jorgenota, jiffle, ivoanjo, jgreenemi, lambrospetrou and 5 more
Metadata
Metadata
Assignees
Labels
2.0 Newfeature-requestA feature should be added or improved.A feature should be added or improved.kotlinp2This is a standard priority issueThis is a standard priority issue