How to reverse/generate Java Record?

Hi,
I can’t find a way to import a java record item.
There is no view in the Model Explorer panel. I can see all interfaces, classes and enums, but no records.
If I try to reverse a java record, I have this message :
[

14:25:27] [Error] Fail to reverse Java source: *<path to java file>*; Encountered "record" at line 8, column 8.

Example :

public record Employe(String nom, String prenom) { }

Someone has an idea ?

I’m sorry that at the moment we do not support reverse Record type. We will consider to support this in our feature release.

I would be interested in having this support as well.