サーチ…


リフレクションを使用したクラスの読み込み

 import scala.reflect.runtime.universe._
 val mirror = runtimeMirror(getClass.getClassLoader)
 val module = mirror.staticModule("org.data.TempClass")


Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow