Orçun Çolak'ın her şeyden bir parça notları
import com.google.gson.annotations.Since;import com.google.gson.annotations.Until;public class Product { @Since(1.0) private String name; @Until(2.0) private double price; // getters and setters}
Hiç yorum yok:
Yorum Gönder