>> What about nested classes... is that something you want to support, or >> is the requirement to work with top level classes for reflection based >> records? > > It works today for nested classes, as generated by the specific compiler. > More generally, I can think of no reason that reflection shouldn't be able > to work on any static nested class.
It didn't when I tested it, but I'll write a test for that as well and open an issue for it if indeed it doesn't work for reflected records. Eelco
