Skip to content

Commit

Permalink
Google has deleted the original jsinterop annotations document (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 authored Dec 7, 2024
1 parent 21d163d commit c87ba5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/markdown/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,11 +597,11 @@ better debugging. For example, null pointers are detected sooner.
- JSNI references no longer require fully qualified class names when this
wouldn't be necessary in Java. (For example, imports work.)

- We've started implementing [JS Interop annotations](http://goo.gl/nGeiq7),
- We've started implementing JsInterop annotations,
which will make it much easier to use GWT with JavaScript libraries.
The specification is not final and there are bugs, so production GWT apps and
libraries should continue to use JSNI for now. If you wish to experiment,
you can enable JS Interop using the `-XjsInteropMode` flag, which is available
you can enable JsInterop using the `-XjsInteropMode` flag, which is available
for the compiler and Super Dev Mode. (It doesn't work with old DevMode.)

- The experimental `-XmethodNameDisplayMode` flag adds a `displayName`
Expand Down

0 comments on commit c87ba5c

Please sign in to comment.