Packages

final class materializeWith extends Annotation with StaticAnnotation

Annotation which may be applied on methods of Implicits trait in MacroInstances to instruct MacroInstances.materialize macro how to implement these methods.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. materializeWith
  2. StaticAnnotation
  3. Annotation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new materializeWith(prefix: Any, materializer: String = "materialize")