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

liquibase.database.InternalDatabase Maven / Gradle / Ivy

There is a newer version: 4.29.2
Show newest version
package liquibase.database;

/**
 * Marker interface for liquibase.database.InternalDatabase implementations that are for internal Liquibase usage, not user-exposed databases.
 */
public interface InternalDatabase {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy