Skip to content

Commit 4359008

Browse files
committed
Polishing
Issue: SPR-15659
1 parent c1559b3 commit 4359008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docs/asciidoc/kotlin.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ http://www.baeldung.com/kotlin-null-safety[comprehensive guide to Kotlin null-sa
8080

8181
Although Java does not allow to express null-safety in its type-system, Spring Framework 5 introduces
8282
https://jira.spring.io/browse/SPR-15540[null-safety of the whole Spring Framework APIs] via tooling-friendly annotations:
83+
8384
* `@NonNullApi` annotations at package level declare that non-null is the default behavior
8485
* `@Nullable` annotations where specific parameters or return values can be `null`.
8586

0 commit comments

Comments
 (0)