object ModuleSplitStyle

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

Value Members

  1. object FewestModules extends ModuleSplitStyle with Product with Serializable

    Make as few modules as possible (while not including unnecessary code).

    Make as few modules as possible (while not including unnecessary code).

    This is the default and the only style that works with ModuleKind.NoModule.

  2. object SmallestModules extends ModuleSplitStyle with Product with Serializable

    Make modules as small as possible.