Interface ParameterizedType

All Superinterfaces:
AnnotationTarget, Type

public interface ParameterizedType extends Type
A parameterized type. That is, a generic class together with a list of type arguments. The list of type arguments has the same shape as the class's list of type parameters.
Since:
4.0