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 還沒有評估資料。