mill.api.Module
See theModule companion trait
object Module
Attributes
Members list
Type members
Classlikes
@Scaladoc(value = "/**\n * Base class of the [[Module]] trait, allowing us to take implicit arguments\n * (traits cannot). Cannot be used directly, because traits inheriting from\n * classes results in the class being invisible to java reflection, which\n * messes up the module discovery process\n */")
Base class of the Module trait, allowing us to take implicit arguments (traits cannot). Cannot be used directly, because traits inheriting from classes results in the class being invisible to java reflection, which messes up the module discovery process
Base class of the Module trait, allowing us to take implicit arguments (traits cannot). Cannot be used directly, because traits inheriting from classes results in the class being invisible to java reflection, which messes up the module discovery process
Attributes
- Supertypes
- Known subtypes
-
class SubfolderModuleclass BaseModuleclass RootModule0class ExternalModuletrait Moduletrait Module[T1]trait CrossValuetrait InnerCrossModule2trait InnerCrossModule3trait InnerCrossModule4trait InnerCrossModule5trait Cross[M]trait DynamicModuletrait TaskModuleShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object moduleInternal
In this article