Class GenericType<T>

  • Type Parameters:
    T - the generic type parameter
    All Implemented Interfaces:
    Type

    public class GenericType<T>
    extends Object
    implements Type
    Represents a full type including generics declaration, to avoid information loss due to type erasure.

    This is a cut down version of Helidon GenericType Apache 2 licence.