Property.java 185 Bytes
Newer Older
Maxime Lefrançois's avatar
Maxime Lefrançois committed
/**
 * 
 */
package fr.emse.gitlab.saref.entities;

import javax.xml.bind.annotation.XmlRootElement;

/**
 * @author Omar Qawasmeh
 *
 *
 */

@XmlRootElement
public class Property {

}