micronaut-projects/micronaut-core

Scala Support: Add a scala compiler plugin

オープン

#675 opened on 2018/10/03

 (7 件のコメント) (61 件のリアクション) (0 人の担当者)Java (1,025 件のフォーク)batch import
help wantedtype: enhancement

Repository metrics

Stars
 (5,882 個のスター)
PR merge metrics
 (平均マージ 18d 12h) (30d で 60 merged PRs)

説明

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?

コントリビューターガイド