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

ch.hsr.mas.oms.domain.dto.AccountRequest Maven / Gradle / Ivy

The newest version!
package ch.hsr.mas.oms.domain.dto;

import java.io.Serializable;
import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement(name = "accountRequest")
public class AccountRequest implements Serializable {

	private static final long serialVersionUID = -5054932029895846248L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy