Interface TypeVariable<O extends JavaType<O>>

    • Method Detail

      • getBounds

        java.util.List<Type<O>> getBounds()
        Get the upper bounds of this type variable.
        Returns:
        (possibly empty) Type[]