On 2013-04-04 11:01, Jacob Carlborg wrote: > Perhaps for primitive types you could have: > > class User > { > Long id; > String name; > Int foo; > } > > Note the capital letters. > Or: Id id; -- /Jacob Carlborg