izumi.fundamentals.platform.properties

Members list

Type members

Classlikes

final case class BooleanProperty(name: String) extends AnyVal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

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 property

sbt -Dizumi.debug.macro.rtti=true compile

Attributes

Supertypes
class Object
trait Matchable
class Any
trait EnvVars

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class StrProperty(name: String) extends AnyVal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all