AbsaOSS / AbsaOSS/springdoc-openapi-scala
Support Scala Enumeration where Value is explicitly renamed
Open
enhancement
- Dominant language
- Scala
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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")
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.