RefObject and ValObject

Doug Lea dl at cs.oswego.edu
Mon Apr 15 18:52:59 UTC 2019


On 4/15/19 11:23 AM, Brian Goetz wrote:
> Then we have:
> 
>     abstract class Object { }
>     abstract class RefObject <: Object { }
>     abstract class ValObject <: Object { }
> 

I also think it is plausible. As one part of migration story, maybe the
public no-arg constructor could be explicitly listed as @Deprecated,
adding a non-deprecated "protected" one.

-Doug



More information about the valhalla-spec-experts mailing list