Interface Signature.TypeArg.Unbounded
- All Superinterfaces:
Signature.TypeArg
- Enclosing interface:
Signature.TypeArg
Models an unbounded wildcard type argument
*
, or
?
in Java programs. This type argument has an implicit upper
bound of Object
.- See Java Language Specification:
-
4.5.1 Type Arguments of Parameterized Types
- See Java Virtual Machine Specification:
-
4.7.9.1 Signatures
- Since:
- 24
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Signature.TypeArg
Signature.TypeArg.Bounded, Signature.TypeArg.Unbounded