trait Default[O <: MacroOptions] extends AnyRef

Defines the default macro options if no type is supplied.

Since you can't have defaults for a type parameter (unless it's a contravariant type, it will default to Nothing), we supply the default via an implicit parameter.

Source
Json.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Default
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected