public interface MetaGenericDeclaration
MetaClass
, MetaMethod
, and
MetaConstructor
: the three places where a generic type variable can
be declared.Modifier and Type | Method and Description |
---|---|
MetaTypeVariable[] |
getTypeParameters()
Returns the array of type variables declared on this generic declaration
site, in the order they were declared in the source code.
|
MetaTypeVariable[] getTypeParameters()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.