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

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

package zio.schema.annotation

import scala.annotation.StaticAnnotation

/**
 * Annotation for specifying an alternate name for a record.
 *
 * @param name The alternate name to use for the record.
 */
final case class recordName(name: String) extends StaticAnnotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy