GenericDeclaration

Interface GenericDeclaration

All Superinterfaces:
AnnotatedElement
All Known Implementing Classes:
Class, Constructor, Executable, Method
public interface GenericDeclaration
extends AnnotatedElement

A common interface for all entities that declare type variables.

Since:
1.5

Methods

getTypeParameters

TypeVariable<?>[] getTypeParameters()

Returns an array of TypeVariable objects that represent the