• S
    Make getters and setters null-safety consistent · fb4ddb07
    Sebastien Deleuze 提交于
    This commit ensure that null-safety is consistent between
    getters and setters in order to be able to provide beans
    with properties with a common type when type safety is
    taken in account like with Kotlin.
    
    It also add a few missing property level @Nullable
    annotations.
    
    Issue: SPR-15792
    fb4ddb07
TypedStringValue.java 6.3 KB