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

mill.define.ModuleRef.scala Maven / Gradle / Ivy

The newest version!
package mill.define

/**
 * Used to refer to a module from another module without including the target
 * module as a child-module of the first.
 */
case class ModuleRef[+T <: mill.define.Module](t: T) {
  def apply(): T = t
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy