11.39 TypeParameter Object
| Used on |
|
| Description | A parameter for generics (like ). This should just be the name of the parameter without the <>.
|
Inherited properties |
|
11.39.1 Property 'description'
|
11.39.2 Property 'extends'
|
| Description | The class that this generic parameter should extend. This may be a parameterised class.
|
| Type | String |
11.39.3 Property 'name'
|
| Description | Specifies name of the parameter.
This should be a valid Java identifier name or "?".
|
| Type | String |
| Required | true |
|