zio-schema icon indicating copy to clipboard operation
zio-schema copied to clipboard

The `@recordName` annotation is unsued

Open 987Nabil opened this issue 7 months ago • 0 comments

There is an annotation recordName that is currently unused. We should either use it or remove it.

/**
 * 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

987Nabil avatar Jun 30 '24 14:06 987Nabil