All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdplus.tramoseats.desktop.plugin.tramo.descriptors.TramoSpecRoot Maven / Gradle / Ivy

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