is there a way in java to get an instance of something like Class> ?
Class>
List.class
the specific type of generics is "erased" at compile time.