Packages

p

acyclic

package acyclic

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. acyclic
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def file: Nothing

    Import this within a file to make Acyclic verify that the file does not have any circular dependencies with other files.

    Import this within a file to make Acyclic verify that the file does not have any circular dependencies with other files.

    Annotations
    @compileTimeOnly( ... )
  2. def pkg: Nothing

    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.

    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.

    Annotations
    @compileTimeOnly( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped