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

ch.hsr.mas.oms.domain.dto.PositionRequest 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 = "positionRequest")
public class PositionRequest implements Serializable {

	private static final long serialVersionUID = -1394083089037880425L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy