Interface ITypeVariable

All Superinterfaces:
IType, ITypeVariableOrIClass

public interface ITypeVariable extends ITypeVariableOrIClass
Type bounds can either be a class or interface type, or a type variable. Example: MySet<K extends Comparable & T>