| Interface | Description |
|---|---|
| CRUDService<DTO extends EntityDTO,D extends EntityData<DTO>,DP> |
A CRUD service is capable of performing basic data access operations
|
| Service |
Marker interface for Cyclos services
|
| Annotation Type | Description |
|---|---|
| GwtIncompatible |
It is used to indicate that a business method or field must be ignored by the GWT compiler and the Remote/Mobile service generator.
|
| RemotePath |
It is used to indicate the remote path to be used in the remote interface
|