We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Interoperability
https://docs.scala-lang.org/tour/tour-of-scala.html#scala-interoperates
https://www.scala-lang.org/old/faq/4
http://www.codecommit.com/blog/java/interop-between-java-and-scala
https://www.artima.com/pins1ed/combining-scala-and-java.html
https://stackoverflow.com/questions/31304782/java-scala-interoperability
http://www.importnew.com/6188.html
https://github.com/travisbrown/scala-java-interop
Using Scala Code from Java
https://lampwww.epfl.ch/~michelou/scala/using-scala-from-java.html
https://blog.akquinet.de/2011/07/20/integrating-scala-components-in-a-java-application/
Byte-code underneath
https://www.toptal.com/scala/scala-bytecode-and-the-jvm
https://blog.yuvalitzchakov.com/decompiling-traits-with-scala-2.11-and-2.12/
IllegalAccessError with mixed Scala/Java due to trait encoding scala/bug#2296
https://blog.jayway.com/2010/04/28/intercepting-scala-trait-constructors/
Related topic
https://www.scala-lang.org/blog/2016/07/08/trait-method-performance.html
http://ebnbin.com/2015/12/20/java-8-default-methods/
https://stackoverflow.com/questions/512877
The text was updated successfully, but these errors were encountered: