If a List and want to get the class of that rather than List, I cant't do
List.class
I can't do
List<TennisBall>.class
The reason I want to do this is I am using an annotation which excepts Class which generates documentation. I can express the parameterised class.
Any tips