Re: Extended support for primitive type mapping

2010-04-25 Thread Geek Cracovian
Thanks! On 2010-04-26 03:50, Clinton Begin wrote: > Done. I've also added type aliases for array versions of all of the > built in types (using the same naming convention for primitives), for > example: > > "byte[]" ==> Byte[].class > > "_byte[]" ==> byte[].class > > etc. > > Cheers, > Clinto

Re: Extended support for primitive type mapping

2010-04-25 Thread Clinton Begin
Done. I've also added type aliases for array versions of all of the built in types (using the same naming convention for primitives), for example: "byte[]" ==> Byte[].class "_byte[]" ==> byte[].class etc. Cheers, Clinton On Sun, Apr 25, 2010 at 2:56 PM, Geek Cracovian wrote: > Hi All, > > I'