|
The type Class is not generic; it cannot be parameterized with arguments <T>
It may be that your ide is using a version of java (earlier than j2se 1.5 in which generics was added to the language) which does not support generics. You can try removing the generic type parameters.
|