params property

List<TypeParameter> params
final

The generic type parameters of the type in use. Empty for non generic types

Implementation

final List<TypeParameter> params;