FileDocCategorySizeDatePackage
GenericDeclaration.javaAPI DocAndroid 1.5 API1392Wed May 06 22:41:04 BST 2009java.lang.reflect

GenericDeclaration

public interface GenericDeclaration
Common interface for language constructs that declare type parameters.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.lang.reflect.TypeVariable[]getTypeParameters()
Returns the declared type parameters in declaration order. If there are no type parameters, this method returns a zero length array.

return
the declared type parameters in declaration order
throws
GenericSignatureFormatError if the signature is malformed
since
Android 1.0