During my searches, to solve this problem, I added some research links to my original question. The AndroidAnnotations annotation processor generates source code (Java files). The annotation processors in general seem to work at the source code level (and not in class files). I expect AndroidAnnotations to generate Java code from Scala source files. Scala does not seem to support the Java annotation processing tool. So my answer to this question would be this: using AndroidAnnotations with Scala source code is not possible. However, AndroidAnnotations can still be used in Java source code in a mixed-source Scala project.
W1m0r
source share