Back to project page WarDroid.
The source code is released under:
MIT License
If you think the Android project WarDroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.deathsnacks.wardroid.gson.badlands; //ww w . j av a 2s. co m import com.google.gson.annotations.Expose; public class DefId { @Expose private String $id; public String get$id() { return $id; } public void set$id(String $id) { this.$id = $id; } }