RFR: JEP 360: Sealed Types (Preview)
mark.reinhold at oracle.com
mark.reinhold at oracle.com
Mon Apr 13 17:09:58 UTC 2020
2020/4/13 9:03:18 -0700, vicente.romero at oracle.com:
> The sealed types JEP was already reviewed a while back when we were
> planning to include it in JDK14. It finally fell off that boat but it is
> being considered now for JDK15. There have been some changes since then
> mostly related to subtypes of a sealed type. Before we were planning to
> infer finality, sealness or non-sealness in the subtypes. We steered
> away from that direction in favor of explicit declaration at the
> subtype. I would like to ask for another review of the current version
> of the JEP that reflects these changes. The JEP is at [1] and the last
> version of the spec is at [2],
>
> Thanks,
> Vicente
>
> [1] https://bugs.openjdk.java.net/browse/JDK-8227043
More readably: https://openjdk.java.net/jeps/360
- Mark
More information about the compiler-dev
mailing list