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

org.dizitart.no2.migration.Instruction Maven / Gradle / Ivy

package org.dizitart.no2.migration;

/**
 * Represents a collection of database migration steps.
 *
 * @author Anindya Chatterjee
 * @since 4.0
 */
interface Instruction {
    /**
     * Adds a migration step to the instruction set.
     *
     * @param step the step
     */
    void addStep(MigrationStep step);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy