java.lang.reflect.GenericDeclaration |
Known Indirect Subclasses
|
Common interface for language constructs that declare type parameters.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the declared type parameters in declaration order.
|
Returns the declared type parameters in declaration order. If there are no type parameters, this method returns a zero length array.
GenericSignatureFormatError | if the signature is malformed |
---|