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; /* w ww . ja va 2 s. com*/ import com.google.gson.annotations.Expose; public class WinId { @Expose private String $id; public String get$id() { return $id; } public void set$id(String $id) { this.$id = $id; } }