This website requires JavaScript.
Explore
Help
Sign In
mirror
/
teavm
Watch
2
Star
0
Fork
0
You've already forked teavm
mirror of
https://github.com/konsoletyper/teavm.git
synced
2024-11-21 01:00:54 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7491f1805a
teavm
/
interop
/
core
History
Steve Hannah
7491f1805a
Added annotation to suppress errors like * claimed to be synchronous, but has invocations of synchronous methods. This is usesful in cases where the developer knows that the APIs are synchronous but might be mistakenly marked as async for some reason. This is a possible workaround for issues like
https://github.com/konsoletyper/teavm/issues/248
2017-03-24 15:51:23 -07:00
..
src/main/java/org/teavm
/interop
Added annotation to suppress errors like * claimed to be synchronous, but has invocations of synchronous methods. This is usesful in cases where the developer knows that the APIs are synchronous but might be mistakenly marked as async for some reason. This is a possible workaround for issues like
https://github.com/konsoletyper/teavm/issues/248
2017-03-24 15:51:23 -07:00
pom.xml
Set version to 0.5.0-SNAPSHOT. Add configuration to deploy to bintray. Update version number during Travis build.
2017-02-16 21:48:13 +03:00