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 |
This class must be implemented by the VM vendor. |
| Constructor |
This class models a constructor. |
| Method |
This class models a method. |
Summary
Details
Public Methods
Answers 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.