The Scala compiler obviously works even without sources of library dependencies, so Scala class files must somehow preserve the information about the variance (or lack thereof) of their type parameters. Can I somehow access that information at run time from the code of a Scala project depending on such a source-less class?