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