derive

package derive

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Derive[M[_]] extends DeriveApi[M]

  2. trait DeriveApi[M[_]] extends AnyRef

  3. class key extends Annotation with StaticAnnotation

    Used to annotate either case classes or their fields, telling derive to use a custom string as the key for that class/field rather than the default string which is the full-name of that class/field.

Value Members

  1. object ScalaVersionStubs

Ungrouped