[TIMOB-24121] Hyperloop (Android) - ability to implement Java annotations
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Reopened |
Resolution | Unresolved |
Affected Version/s | hyperloop 1.2.8 |
Fix Version/s | n/a |
Components | Hyperloop |
Labels | Escalation, hyperloop, hyperloop-examples |
Reporter | Shuo Liang |
Assignee | Unknown |
Created | 2016-11-09T00:41:07.000+0000 |
Updated | 2019-03-04T21:25:59.000+0000 |
Description
Customer queried about following question. Please help on it.
{quote}
More of a question in a support ticket because there's no documentation or examples around it: Is it possible to implement something like this (java) into Hyperloop? Along with the annotations? We know how to extend. We don't know how to annotate.
public class EventEntity extends GenericJson {
@Key("_id")
private String id;
@Key
private String name;
@Key
private String location;
@Key
private String date;
@Key("_kmd")
private KinveyMetaData meta; // Kinvey metadata, OPTIONAL
}
{quote}
No comments