mardi 17 février 2015

run/compile time reflection in Scala

Let say that I have these traits:



trait A
trait B
class C

object Simple {
val x = new C with A with B
}


How traits can be mixed using runtime/compile time reflections?






Aucun commentaire:

Enregistrer un commentaire