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.feed; /* w w w . j a va 2 s. com*/ import com.google.gson.annotations.SerializedName; /** * Content Serialization Contract */ public class Content { @SerializedName("@type") public String type; @SerializedName("$") public String value; }