AbsaOSS / AbsaOSS/springdoc-openapi-scala
Support Scala Enumeration where Value is explicitly renamed
オープン
enhancement
- 主要言語
- Scala
- スター
- 2
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Followup of #11 that should enhance the functionality implemented there for such enums:
```scala
object ThingsWithRenaming extends Enumeration {
type ThingWithRenaming = Value
val Pizza = Value("PIZZA")
val TV = Value("TV")
val Radio = Value("RADIO")
}
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。