Skip to content

Commit c87ba5c

Browse files
authored
Google has deleted the original jsinterop annotations document (#363)
1 parent 21d163d commit c87ba5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/markdown/release-notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -597,11 +597,11 @@ better debugging. For example, null pointers are detected sooner.
597597
- JSNI references no longer require fully qualified class names when this
598598
wouldn't be necessary in Java. (For example, imports work.)
599599

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

607607
- The experimental `-XmethodNameDisplayMode` flag adds a `displayName`

0 commit comments

Comments
 (0)