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

scalaz.annotations.scala Maven / Gradle / Ivy

The newest version!
// Copyright: 2017 - 2018 Sam Halliday
// License: http://www.gnu.org/licenses/lgpl-3.0.en.html

package scalaz

import scala.annotation.Annotation

/** Generates boilerplate for implicit evidence on companion objects via
 * `scalaz.macros.DerivingMacro.deriving` */
final class deriving(val typeclasses: AnyRef*) extends Annotation

/** Generates boilerplate for implicit evidence on companion objects for single
 * valued data types via `scalaz.macros.DerivingMacro.xderiving` */
final class xderiving(val typeclasses: AnyRef*) extends Annotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy