Polishing

Issue: SPR-15659
This commit is contained in:
Sebastien Deleuze
2017-08-29 01:49:37 +02:00
parent c1559b3f0a
commit 4359008b2b

View File

@@ -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`.