Back to project page RabbitEars.
The source code is released under:
MIT License
If you think the Android project RabbitEars 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.fbs.rabbitears.contracts.rss; /* w w w . j a v a 2s . c om*/ import com.google.gson.annotations.SerializedName; /** * GUID Serialization Contract */ public class Guid { @SerializedName("$") public String value; }