Closed IlluzionzDev closed 1 month ago
A Union type represents an 'or' type, it can represent many different types at once. Java does not natively support this. For now TypeSpec Union will be implemented by declaring it as Object and type casting when needed.
Object
A Union type represents an 'or' type, it can represent many different types at once. Java does not natively support this. For now TypeSpec Union will be implemented by declaring it as
Object
and type casting when needed.