Back to project page Multi-Mania-app.
The source code is released under:
MIT License
If you think the Android project Multi-Mania-app 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 be.ana.nmct.multimania.model; /*from w w w . ja va 2 s .c o m*/ import com.google.gson.annotations.Expose; import java.util.List; /** * Created by Axel on 22/10/2014. */ public class User { public String id; @Expose public List<Talk> favorites; }