Hi is there any way in Java to get staticly generic class type
I have ended up with construct
List l = new ArrayList&
The closest workaround I can think of is known as super type tokens. And of course someone thought of it before me ;) Depending on your context you may find the idea useful.
Cheers!