Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google has deleted the original jsinterop annotations document #363

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/markdown/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ 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 JS Interop 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,
Expand Down