Class Java.TypeParameter

  • Enclosing class:
    Java

    public static class Java.TypeParameter
    extends Object
    Representation of a type parameter (which declares a type variable).
    • Field Detail

      • name

        public final String name
        The name of the type variable.
      • optionalBound

        public final Java.ReferenceType[] optionalBound
        The optional bound of the type parameter.