the page has a java9 tag and you can also search for java9. I can see three open issues there.
I think what the GWT team is saying is that you can't use GWT to compile java classes, that use java9 language features, to JS.
But you can use the java9 java.exe in combination with GWT to compile java classes, that use java8 language features only, to JS.
I think they mean a feature like "Collections können bequem erzeugt werden" here:
Code:
List<String> vornamenListe = List.of("Hinz", "Kunz", "Fritz");
Best regards
Blama
Leave a comment: