All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalikejdbc.MacroCompatible.scala Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package scalikejdbc

private[scalikejdbc] object MacroCompatible {

  type Context = scala.reflect.macros.blackbox.Context

  def decls[C <: Context](c: C)(tpe: c.universe.Type) = tpe.decls

  def paramLists[C <: Context](c: C)(member: c.universe.MethodSymbol) = member.paramLists

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy