Hi,
Right now, the Scala Type Extraction logic falls back to using the
Java TypeExtractor when it encounters a class that was written in Java
or when it cannot analyse a Scala Type. I did this because the Java
TypeExtractor might catch some additional cases. The other option
would be to directly fall back to the GenericTypeInfo when a type is
defined in Java or when we cannot analyse a type.

What do you think? How should we handle this?

Cheers,
Aljoscha

Reply via email to