micronaut-projects/micronaut-core
Scala Support: Add a scala compiler plugin
Aperta
#675 aperta il 3 ott 2018
help wantedtype: enhancement
Metriche repository
- Star
- (5882 stelle)
- Metriche merge PR
- (Merge medio 18g 12h) (60 PR mergiate in 30 g)
Descrizione
Scala doesn't currently support Java's Annotation Processing API, instead they have a compiler plugin API.
The Micronaut team has no Scala experts as committers, this issue is here to track the fact this is a desired feature, that we are currently looking help for from the Scala community to implement.
For reference Groovy doesn't support APT either, only Kotlin and Java do. The Groovy implementation can be found at:
The Java/Kotlin implementation at:
Any takers?