Mega Code Archive

 
Categories / Java Book / 008 Reflection
 

0429 Get the type parameters

TypeVariable<Class<T>>[] getTypeParameters() Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration.