Thursday, September 14, 2017

Re: Java syntax question.


On Thursday, September 14, 2017 at 5:48:26 PM UTC+2, Ananchai Srirochanakul wrote:
Thank you so much. I understand it now.

On Thursday, September 14, 2017 at 12:46:58 AM UTC-7, Jens wrote:
https://docs.oracle.com/javase/tutorial/extra/generics/wildcards.html


BTW, the only special syntax in GWT is JSNI [1] (uses the standard Java 'native' keyword, and a standard Java comment, the comment content is special though), but JSNI is deprecated in favor of JsInterop [2] anyway. 
Everything else is "just Java" (and actually, even JSNI is "just Java": a Java compiler won't choke on it, it'll only break if you attempt to run it in a JVM)

[1] http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJSNI.html
[2] http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJsInterop.html

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment