Class CompoundType<T>

  • All Implemented Interfaces:
    java.lang.reflect.AnnotatedElement, java.lang.reflect.Type

    final class CompoundType<T>
    extends Type<T>
    • Field Detail

      • _interfaces

        private final TypeList _interfaces
      • _baseType

        private final Type<T> _baseType
    • Constructor Detail

      • CompoundType

        CompoundType​(TypeList interfaces,
                     Type<T> baseType)