cn.tenmg.clink.config.model.Options Maven / Gradle / Ivy
The newest version!
package cn.tenmg.clink.config.model;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
/**
* 运行选项配置
*
* @author June [email protected]
*
* @since 1.1.4
*/
@XmlAccessorType(XmlAccessType.FIELD)
public class Options {
@XmlElement(namespace = Clink.NAMESPACE)
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy