scala3 icon indicating copy to clipboard operation
scala3 copied to clipboard

Investigate JEP 401: Value Classes and Objects (Preview)

Open He-Pin opened this issue 3 months ago • 6 comments

Enhance the Java Platform with value objects: class instances that have only final fields and lack object identity.

refs: https://openjdk.org/jeps/401

https://kotlinlang.org/docs/inline-classes.html https://github.com/Kotlin/KEEP/blob/master/notes/value-classes.md https://github.com/scala-native/improvement-proposals/pull/1

He-Pin avatar Sep 10 '25 03:09 He-Pin