Use with @GenEvent or @GenDto to specify the order
of the fields in the constructor parameter list.
Fields with an @Order will be first, sorted numerically, and then fields
without an @Order will be afterwards in an undefined order.
See GenEvent or GenDto for an example.