On Mon, 18 Aug 2025 20:14:48 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
> Do we still use `@NamedArg`? I thought it's a remnant of pre-Java 8 where > parameter names weren't saved. I don't know about the `NamedArg` specifics, but I do know that saving parameter names is optional and I think still off by default (ie. you need to pass a compiler option to save the names). Other than that, I just copied what was there and kept the same format. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1875#issuecomment-3198290113