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

org.ruaux.jdiscogs.data.xml.Labels Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package org.ruaux.jdiscogs.data.xml;

import java.util.List;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;

import lombok.Data;

@Data
@XmlAccessorType(XmlAccessType.FIELD)
public class Labels {

	@XmlElement(name = "label")
	private List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy