• J
    Consistent use of @Nullable in spring-test · fd53d2a5
    Juergen Hoeller 提交于
    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
    fd53d2a5
ContextLoaderUtils.java 12.5 KB