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