@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface JsonRpcData
Generates getters and setters for all fields as well as equals and hashCode implementations.
All JSON-RPC protocol classes that are written in Xtend should be annotated with this.