![JAR search and dependency download from the Maven repository](/logo.png)
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