| Modifier and Type | Field and Description |
|---|---|
String |
name
The name of the type variable.
|
Java.ReferenceType[] |
optionalBound
The optional bound of the type parameter.
|
| Constructor and Description |
|---|
TypeParameter(String name,
Java.ReferenceType[] optionalBound) |
public final String name
@Nullable public final Java.ReferenceType[] optionalBound
public TypeParameter(String name, @Nullable Java.ReferenceType[] optionalBound)