typeParameters property

  1. @Deprecated(elementModelDeprecationMsg)
List<TypeParameterElement> get typeParameters

The type parameters declared by this element directly.

This does not include type parameters that are declared by any enclosing elements.

Implementation

@Deprecated(elementModelDeprecationMsg)
List<TypeParameterElement> get typeParameters;