Expand description
Type types.
Structs§
- Array
Dim - A single array dimension
[]with optional annotations. - Array
Type - An array type with its dimensions.
- Class
OrInterface Type - A class or interface type with optional type arguments.
Enums§
- Primitive
Type - A primitive Java type.
- Reference
Type - A reference type wrapper (class/interface type, type variable, or array type).
- Type
- A Java type.