| Enum | Description |
|---|---|
| PersistenceStrategy | |
| SerializationStrategy |
| Annotation Type | Description |
|---|---|
| AdderFor | |
| ClientToServer |
Annotation specifying that a field or class will be sent from the client
(but not necessarily back from the server).
|
| DeleterFor | |
| FieldName | |
| FieldValidator | |
| GetterFor |
An annotation to specify that an abstract method is a getter for a model field.
|
| IsModel |
The annotation used to trigger the model generator.
|
| Key | |
| ModelValidator |
Define the validator class used to validate this model's fields.
|
| ParamValidator | |
| Persistent | |
| QuerierFor | |
| RemoverFor | |
| Serializable |
Marking fields or methods as serializable will cause them to be serialized upon HTTP requests.
|
| ServerToClient |
Annotation specifying that a field or class requires serializing from Model
to String, in order to send to the server.
|
| SetterFor |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.