fr.profi.mzdb.db.model.params.ScanWindow Maven / Gradle / Ivy
package fr.profi.mzdb.db.model.params;
import javax.xml.bind.annotation.XmlRootElement;
/**
* @author David Bouyssie
*
*/
@XmlRootElement(name = "scanWindow")
public class ScanWindow extends AbstractParamTree {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy