7.30 TypeParameter Object
| Used on |
|
| Description | A parameter for generics (like ). This should just be the name of the parameter without the <>.
|
Inherited properties |
| template |
(base property)
| |
| text |
(base property)
| |
| jwpattern |
(base property)
| |
|
7.30.1 Property 'description'
|
7.30.2 Property 'extends'
|
| Description | The class that this generic parameter should extend. This may be a parameterised class.
|
| Type | String |
7.30.3 Property 'name'
|
| Description | Specifies name of the parameter.
This should be a valid java identifier name or "?".
|
| Type | String |
| Required | true |
|