- All Superinterfaces:
- AnnotatedConstruct,- Element
- All Known Subinterfaces:
- ExecutableElement,- TypeElement
public interface Parameterizable extends Element
A mixin interface for an element that has type parameters.
- Since:
- 1.7
- 
Method SummaryModifier and Type Method Description List<? extends TypeParameterElement>getTypeParameters()Returns the formal type parameters of an element in declaration order.Methods declared in interface javax.lang.model.element.Elementaccept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCode
- 
Method Details- 
getTypeParametersList<? extends TypeParameterElement> getTypeParameters()Returns the formal type parameters of an element in declaration order.- Returns:
- the formal type parameters, or an empty list if there are none
 
 
-