org.opentcs.util.persistence.v004.MemberTO Maven / Gradle / Ivy
The newest version!
// SPDX-FileCopyrightText: The openTCS Authors
// SPDX-License-Identifier: MIT
package org.opentcs.util.persistence.v004;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
/**
*/
@XmlAccessorType(XmlAccessType.PROPERTY)
public class MemberTO
extends
PlantModelElementTO {
/**
* Creates a new instance.
*/
public MemberTO() {
}
}