| << §A.8 Precedence declaration | ↑ Table of Contents ↑ | §A.10 Packages and imports >> |
§A.9 Value dependent types
| § A.9.1 | TypeParameter TypeVariable [TypeBound] ReferenceType Name |
See JLS 3 §4.4
| § A.9.2 | ActualTypeArgument ReferenceType Wildcard @Name |
See JLS 3 §4.5.1
Contextual constraints:
- ActualTypeParameter
AnActualTypeArgumentof the form@Namemay only occur as a parameter of a simple name type reference.
| << §A.8 Precedence declaration | ↑ Table of Contents ↑ | §A.10 Packages and imports >> |