All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bsp.codegen.ModelLoader.scala Maven / Gradle / Ivy

The newest version!
package bsp.codegen

import software.amazon.smithy.model.Model

object ModelLoader {

  // By virtue of this module depending on the `spec` module, the models can be found on the classpath.
  def loadModel(): Model = Model.assembler().discoverModels().assemble().unwrap()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy