RFR: 8283715: Update ObjectStreamClass to be final

Roger Riggs rriggs at openjdk.java.net
Tue Mar 29 14:13:49 UTC 2022


On Tue, 29 Mar 2022 01:07:33 GMT, Stuart Marks <smarks at openjdk.org> wrote:

> Pretty much just what it says.

Close by is `java.io.ObjectStreamField` which seems also useful to make final.
Though it does have a public constructor so is more likely to raise a compatibility concern.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8009


More information about the core-libs-dev mailing list