Re: Preparing migrations to inline classes

2020-09-28 Thread John Hendrikx
Perhaps some of the classes in javafx.util. Duration springs to mind. Others I think could be Bounds/BoundingBox, Rectangle2D. On 27/09/2020 20:29, Nir Lisker wrote: Hi, Project Valhalla is planning to create an annotation to apply to classes that are planned to be migrated to inline classes

Preparing migrations to inline classes

2020-09-27 Thread Nir Lisker
Hi, Project Valhalla is planning to create an annotation to apply to classes that are planned to be migrated to inline classes [1]. As part of the migration requirements, classes can't have a public or protected constructor, and this is the main breaking change. They must also be final, though I d