All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dft.api.shopify.model.ShopifyThemeRoot Maven / Gradle / Ivy

The newest version!
package com.dft.api.shopify.model;

import javax.xml.bind.annotation.XmlRootElement;

import lombok.Data;

@XmlRootElement
@Data
public class ShopifyThemeRoot {

	private ShopifyTheme theme;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy