We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1559b3 commit 4359008Copy full SHA for 4359008
src/docs/asciidoc/kotlin.adoc
@@ -80,6 +80,7 @@ http://www.baeldung.com/kotlin-null-safety[comprehensive guide to Kotlin null-sa
80
81
Although Java does not allow to express null-safety in its type-system, Spring Framework 5 introduces
82
https://jira.spring.io/browse/SPR-15540[null-safety of the whole Spring Framework APIs] via tooling-friendly annotations:
83
+
84
* `@NonNullApi` annotations at package level declare that non-null is the default behavior
85
* `@Nullable` annotations where specific parameters or return values can be `null`.
86
0 commit comments