package model
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
-  package exceptions
Type Members
-   final  case class ActivationInfo(availableChoices: Map[Axis, Set[AxisChoice]]) extends AnyVal with Product with Serializable- Annotations
- @nowarn()
 
-  final case class PlanCheckInput[F[_]](effectType: TagK[F], module: ModuleBase, roots: Roots, roleNames: Set[String], providedKeys: Set[DIKey], configLoader: ConfigLoader, appPlugins: LoadedPlugins, bsPlugins: LoadedPlugins) extends Product with Serializable
-  sealed abstract class PlanCheckResult extends AnyRef
Value Members
-  object PlanCheckInput extends Serializable
-  object PlanCheckResult