-
public class Models.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Models.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ModelsdefaultModels()Creates a new models builder with the default models. final ModelsrequiredModels()Creates a new models builder with no default models. -
-
Method Detail
-
defaultModels
final Models defaultModels()
Creates a new models builder with the default models. The following models are included and cannot be overridden:
The following models are included and cannot be overridden:
-
requiredModels
final Models requiredModels()
Creates a new models builder with no default models. The following models are included and cannot be overridden:
-
-
-
-