micronaut-projects/micronaut-core

Scala Support: Add a scala compiler plugin

开放

#675 创建于 2018年10月3日

 (7 条评论) (61 个反应) (0 位负责人)Java (1,025 个派生)batch import
help wantedtype: enhancement

仓库指标

星标
 (5,882 个星标)
PR 合并指标
 (平均合并 18天 12小时) (30 天内合并 60 个 PR)

描述

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?

贡献者指南