pojo Array Type
Create a pojo type that represents an array of the specified element type.
Return
The requested pojo type.
Parameters
element Type
The element type. This may be any Avail type, not just a pojo type.
size Range
An integer range that specifies all allowed array sizes for instances of this type. This must be a subtype of whole number.