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 ?