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

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

package zio.schema.annotation

import scala.annotation.StaticAnnotation

/*
 * Automatically added in sealed traits with only case objects or case class without parameters.
 * Gives error if it used in other types of enumerations.
 */

final case class simpleEnum(automaticallyAdded: Boolean = false) extends StaticAnnotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy