Reflection

Other topics

Loading a class using reflection

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

Contributors

Topic Id: 5824

Example Ids: 20525

This site is not affiliated with any of the contributors.