Class parametres are stored in private genericInfo field defined in Class object:
private transient ClassRepository genericInfo;
and available as in my previous post.
However, this info is not used in the first place one would think it might be used: in Collections.checkedCollection() |