Mega Code Archive

 
Categories / Java Book / 008 Reflection
 

0440 Get typed parameters

TypeVariable<Constructor<T>>[] getTypeParameters() Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.