public class TypeVariablesExtractor
extends java.lang.Object
| Constructor and Description |
|---|
TypeVariablesExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<TypeVariableName> |
getTypeVariables(javax.lang.model.element.TypeElement typeElement)
Get the type variables from the given
TypeElement. |