Interface TypeParameterElement

All Superinterfaces:
AnnotatedConstruct, Element

public interface TypeParameterElement extends Element
Represents a formal type parameter of a generic class, interface, method, or constructor element. A type parameter declares a TypeVariable.
Since:
1.6
See Also: