• R
    Make DeferredResult extensible · be7b07f8
    Rob Winch 提交于
    Previously it was cumbersome to associate data or behavior to a
    DeferredResult because it was marked as final and had no extension
    points.
    
    Now DeferredResult is non-final which allows subclasses to associate
    additional data and behavior to it.
    
    Issue: SPR-10059
    be7b07f8
DeferredResult.java 7.1 KB