avro-kotlin / avro4k

Avro format support for Kotlin
Apache License 2.0
188 stars 36 forks source link

Remove Aliases, prior to Alias with vararg #155

Closed Chuckame closed 10 months ago

Chuckame commented 10 months ago

Currently we have Alias for single alias and Aliases for multiple aliases where we could simplify to a single Alias with a vararg value:

annotation class Alias(vararg values: String)