Hi,
> Is there an easy way, to get the narrowed classes? Like getNarrowedClasses()
> that return in the case of ArrayList<String> the String-class?
Narrowed classes are instances of JNarrowedClass, you can cast to this
class and use the getTypeParameters() method.
MfG,
/lexi