@Target(value=FIELD) @Retention(value=RUNTIME) @Inherited public @interface Order
@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.Modifier and Type | Required Element and Description |
---|---|
int |
value |
Copyright © 2010-2014 ArcBees. All Rights Reserved.