spring-framework/spring-core/src/test
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test
This commit also removes nullability from two common spots: ResolvableType.getType() and TargetSource.getTarget(), both of which are never effectively null with any regular implementation. For such scenarios, a non-null empty type/target is the cleaner contract.

Issue: SPR-15540
2017-06-08 22:52:59 +02:00
..
java/org/springframework Consistent use of @Nullable in spring-test 2017-06-08 22:52:59 +02:00
kotlin/org/springframework/core Autodetect Kotlin nullability for optional injection points (analogous to java.util.Optional) 2016-12-13 17:38:58 +01:00
resources Add DataBufferUtils.read w/ AsynchFileChannel 2017-03-09 14:08:40 +01:00