Draft Spec for Preview of Derived Record Creation (JEP 468)
Gavin Bierman
gavin.bierman at oracle.com
Tue Mar 26 17:48:21 UTC 2024
Dear experts:
The first draft of a spec covering JEP 468 (Derived Record Creation (Preview)) is available at:
https://cr.openjdk.org/~gbierman/jep468/latest/
Feel free to contact me directly or on this list with any comments.
Thanks
Gavin
On 28 Feb 2024, at 20:04, Mark Reinhold <mark.reinhold at oracle.com> wrote:
https://openjdk.org/jeps/468
Summary: Enhance the Java language with derived creation for
records. Records are immutable objects, so developers frequently create
new records from old records to model new data. Derived creation
streamlines code by deriving a new record from an existing record,
specifying only the components that are different. This is a preview
language feature.
- Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/amber-spec-experts/attachments/20240326/fdb18438/attachment.htm>
More information about the amber-spec-experts
mailing list