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

io.shiftleft.queryprimitives.steps.ext.dataflowengine.Enrichable.scala Maven / Gradle / Ivy

There is a newer version: 0.9.322
Show newest version
package io.shiftleft.queryprimitives.steps.ext.dataflowengine

/** Sole purpose of this trait is to allow to enrich ('pimp') this DSL without the need of additional
  * imports a la `import x.y.z.Implicits._`. We're making use of the fact that package objects of
  * inherited traits are automatically part of implicit scope. This way, these extensions also show
  * up in scaladoc.
  *
  * Important: this project should *not* define anything in the `ext` package object. If it does,
  * it will be shadowed by enriching libraries.
  */
trait Enrichable {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy