Annotation Type | Description |
---|---|
GenDispatch |
Annotation to generate Action and Result classes.
|
GenDto |
Annotation to generate simple Data Transfer Object (DTO) classes solely for
transferring data between the client and the server.
|
GenEvent |
Annotation to generate Event and Handler classes.
|
GenProxy |
Annotation to generate
EntityProxy
and ValueProxy classes. |
In |
Use the @In(value) annotation on fields in an @GenDispatch class.
|
Optional |
Use the @
Optional annotation to specify optional fields. |
Order |
Use with
@GenEvent or @GenDto to specify the order
of the fields in the constructor parameter list. |
Out |
Use the @Out(value) annotation on fields in an @GenDispatch class.
|
UseProxy |
Annotation on domain (server-side) object fields specifying an EntityProxy
or ValueProxy class for the generation process.
|
UseProxyName |
Annotation on domain (server-side) object fields specifying an EntityProxy
or ValueProxy class for the generation process.
|
Copyright © 2010–2014 Arcbees. All rights reserved.