java.lang.reflect
public
interface
java.lang.reflect.GenericDeclaration
java.lang.reflect.GenericDeclaration |
|
Common interface for entities that have type variables.
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. |
Summary
Details
Public Methods
public
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.