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

org.apache.ibatis.migration.commands.Command Maven / Gradle / Ivy

The newest version!
package org.apache.ibatis.migration.commands;

public interface Command {
  void execute(String... params);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy