| java.lang.reflect.GenericDeclaration |
Known Indirect Subclasses
| Class<T> |
This class must be implemented by the VM vendor. |
| Constructor<T> |
This class models a constructor. |
| Method |
This class models a method. |
|
Class Overview
Common interface for entities that have type variables.
Public Methods
public
abstract
TypeVariable[]<?>
getTypeParameters
()
Returns the generic declared types in declaration order. If there are no
generic types this method returns a zero length array.
Returns
- array of generic declared type variables.