package properties
Type Members
- final case class BooleanProperty(name: String) extends AnyVal with Product with Serializable
- trait DebugProperties extends AnyRef
Marker trait for objects that hold names of Java Properties that control debug output for macros and internals of
izumi
libraries.Marker trait for objects that hold names of Java Properties that control debug output for macros and internals of
izumi
libraries.Search for inheritors of this trait to discover debugging java properties
For example, to see macro debug output during compilation, set
-Dizumi.debug.macro.rtti=true
java propertysbt -Dizumi.debug.macro.rtti=true compile
- trait EnvVars extends AnyRef
- final case class StrProperty(name: String) extends AnyVal with Product with Serializable