jdplus.tramoseats.desktop.plugin.tramo.descriptors.TramoSpecRoot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdplus-tramoseats-desktop-plugin Show documentation
Show all versions of jdplus-tramoseats-desktop-plugin Show documentation
${project.parent.artifactId} - ${project.artifactId}
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package jdplus.tramoseats.desktop.plugin.tramo.descriptors;
import jdplus.tramoseats.base.api.tramo.TramoSpec;
/**
*
* @author Jean Palate
*/
@lombok.Getter
@lombok.AllArgsConstructor
public class TramoSpecRoot {
TramoSpec core;
boolean ro;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy