All Downloads are FREE. Search and download functionalities are using the official Maven repository.

enumeratum.values.AllowAlias.scala Maven / Gradle / Ivy

There is a newer version: 1.6.5
Show newest version
package enumeratum.values

/** Marker trait. You can extend this to tell enumeratum that you want to allow 'aliases', i.e.
  * define multiple entries with the same value.
  *
  * Note: if you define multiple entries with the same value, calling `withValue` for that value
  * will return one of them. Which one it returns is undefined.
  */
trait AllowAlias




© 2015 - 2024 Weber Informatics LLC | Privacy Policy