The type is bound as a wildcard type. For example, if the type is List<String> then it's bound as List<*>.
List<String>
List<*>