This chapter describes how Scala is translated to Java and the use of Java annotations in the Scala framework. The goal of this chapter is to show you how easily you can integrate Scala with Java. You’ll also learn how Scala annotations help in integration, such as when generating JavaBean-style getters and setters.
Scala at a Glance
One of the main design goals of Scala is to run on a JVM and provide interoperability ...