Returns a type that represents an unknown supertype of {@code bound} . For example, if {@code * bound} is {@code String.class} , this returns {@code ? super String} .
{@code bound}
{@code * bound}
{@code String.class}
{@code ? super String}