Browse Source

Polishing

Issue: SPR-15659
pull/1510/head
Sebastien Deleuze 7 years ago
parent
commit
4359008b2b
  1. 1
      src/docs/asciidoc/kotlin.adoc

1
src/docs/asciidoc/kotlin.adoc

@ -80,6 +80,7 @@ http://www.baeldung.com/kotlin-null-safety[comprehensive guide to Kotlin null-sa @@ -80,6 +80,7 @@ http://www.baeldung.com/kotlin-null-safety[comprehensive guide to Kotlin null-sa
Although Java does not allow to express null-safety in its type-system, Spring Framework 5 introduces
https://jira.spring.io/browse/SPR-15540[null-safety of the whole Spring Framework APIs] via tooling-friendly annotations:
* `@NonNullApi` annotations at package level declare that non-null is the default behavior
* `@Nullable` annotations where specific parameters or return values can be `null`.

Loading…
Cancel
Save