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

acyclic.package.scala Maven / Gradle / Ivy

The newest version!

package object acyclic {
  /**
   * Import this within a file to make Acyclic verify that the file does not
   * have any circular dependencies with other files.
   */
  def file = ???

  /**
   * Import this within a package object to make Acyclic verify that the entire
   * package does not have any circular dependencies with other files or
   * packages. Circular dependencies *within* the package are Ok.
   */
  def pkg = ???
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy