Packages

object Annotations extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Annotations
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[A, T, Out0 <: HList] = Annotations[A, T] { type Out = Out0 }

Value Members

  1. def apply[A, T](implicit annotations: Annotations[A, T]): Aux[A, T, Out]
  2. implicit macro def materialize[A, T, Out <: HList]: Aux[A, T, Out]
  3. def mkAnnotations[A, T, Out0 <: HList](annotations: ⇒ Out0): Aux[A, T, Out0]