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

io.odin.extras.derivation.annotations.scala Maven / Gradle / Ivy

The newest version!
package io.odin.extras.derivation

import scala.annotation.Annotation

final case class rendered(includeMemberName: Boolean) extends Annotation

final case class secret() extends Annotation

final case class hash() extends Annotation

final case class hidden() extends Annotation

final case class length(max: Int) extends Annotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy