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

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

package zio.schema.annotation

/**
 * Annotation specifying that serialization should make no effort to encode
 * the field to which the annotation is applied.
 *
 * This is the dual of `@optionalField`.
 */
final case class transientField() extends scala.annotation.StaticAnnotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy