> I tried using @Deprecated (since="2.0", forRemoval=true) and got > compilation errors, then i found out that the GWT default JRE emulation > uses JDK8 java.lang.Deprecated which may or may not have been the culprit > to my issues. > So i asked to get confirmation by the community. >
While you can use Java 11 syntax, the emulated JRE API is on Java 8 level, see: https://github.com/gwtproject/gwt/issues/9547 -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/e961cf23-78e5-49ff-9c66-4b8c88b7fba7o%40googlegroups.com.
