Class TypeVariableReferenceType

java.lang.Object
All Implemented Interfaces:
AnnotatedElement, Traceable, TypeVariableDeclaringElement, TypeVariableReference

public class TypeVariableReferenceType extends ReferenceType implements TypeVariableReference
ReferenceType pointing to a type variable. The delegate for this reference type is the upperbound on the type variable (so Object if not otherwise specified).
Author:
Adrian Colyer, Andy Clement