コード例 #1
0
ファイル: Property.java プロジェクト: booking1234/booking
 @Description(value = "URL for product image URLs", target = DocTarget.METHOD)
 public String getImage() {
   return RazorHostsConfig.getRootUrl() + id + "/image";
 }
コード例 #2
0
ファイル: Property.java プロジェクト: booking1234/booking
 @Description(value = "URL for product attributes", target = DocTarget.METHOD)
 public String getAttribute() {
   return RazorHostsConfig.getRootUrl() + id + "/attribute";
 }