aliases There are many built-in type aliases for common Java types. They are all case insensitive, note the special handling of primitives due to the overloaded names. Alias Mapped Type _byte byte _long long _short short _int int _integer int _double