Is it possible to get the type of a generic parameter?
An example:
public final class Voodoo { public static void chill(List> aListWithTy
Use:
Class> typeOfTheList = aListWithTypeSpiderMan.toArray().getClass().getComponentType();