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

org.opentcs.components.kernel.KernelExtension Maven / Gradle / Ivy

// SPDX-FileCopyrightText: The openTCS Authors
// SPDX-License-Identifier: MIT
package org.opentcs.components.kernel;

import org.opentcs.components.Lifecycle;

/**
 * Declares the methods that a generic kernel extension must implement.
 */
public interface KernelExtension
    extends
      Lifecycle {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy