Example usage for Java java.lang.reflect GenericDeclaration fields, constructors, methods, implement or subclass
The text is from its open source code.
TypeVariable>[] | 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. |
String | toString() Returns a string representation of the object. |