AbsaOSS / AbsaOSS/springdoc-openapi-scala
Support Scala Enumeration where Value is explicitly renamed
Aberta
enhancement
- Linguagem predominante
- Scala
- Estrelas
- 2
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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")
}
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.