Class ResolvedTypeVariable

  • All Implemented Interfaces:
    ResolvedType

    public class ResolvedTypeVariable
    extends Object
    implements ResolvedType
    From JLS 4.4: A type variable is introduced by the declaration of a type parameter of a generic class, interface, method, or constructor (§8.1.2, §9.1.2, §8.4.4, §8.8.4).
    Author:
    Federico Tomassetti