TypeParameterElement
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:
TypeVariable
Methods
getGenericElement
Element getGenericElement()
Returns the generic class, interface, method, or constructor that is para