os.xml_2.11.0-RC4.1.0.0-M1.source-code.MacroLiftables.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xml_2.11.0-RC4 Show documentation
Show all versions of xml_2.11.0-RC4 Show documentation
Lifting/unlifting support for XML literals
The newest version!
package org.scalamacros.xml
import reflect.macros.blackbox.Context
trait MacroLiftables extends Liftables with Unliftables with Nodes {
val c: Context
protected lazy val __universe: c.universe.type = c.universe
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy