final case class SmallModulesFor(packages: List[String]) extends ModuleSplitStyle with Product with Serializable
Mix between FewestModules / SmallestModules
* Make modules as small as possible for all classes in any of packages (or subpackages thereof). * Make as few modules as possible for everything else (while not including unnecessary code).
- Note
In order to avoid ambiguity between packages and classes (and keep a simple interface), selecting individual classes is not supported.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SmallModulesFor
- Serializable
- Serializable
- Product
- Equals
- ModuleSplitStyle
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All