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

zio.schema.annotation.fieldNameAliases.scala Maven / Gradle / Ivy

The newest version!
package zio.schema.annotation

/**
 * Annotation for specifying a list of aliases if the field is somehow known by.
 *
 * @param aliases A variable-length sequence of Strings representing the aliases of the field.
 */
final case class fieldNameAliases(aliases: String*) extends scala.annotation.StaticAnnotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy