
com.avsystem.commons.misc.SimpleClassName.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-core_2.12 Show documentation
Show all versions of commons-core_2.12 Show documentation
AVSystem commons library for Scala
The newest version!
package com.avsystem.commons
package misc
case class SimpleClassName[T](name: String) extends AnyVal
object SimpleClassName {
def of[T](implicit scn: SimpleClassName[T]): String = scn.name
implicit def materialize[T]: SimpleClassName[T] = macro macros.misc.MiscMacros.simpleClassName[T]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy