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

liquibase.configuration.AutoloadedConfigurations Maven / Gradle / Ivy

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

/**
 * Marker interface for a class containing {@link ConfigurationDefinition} which should be auto-loaded at Liquibase startup.
 * All classes that implement this interface must still be registered in the META-INF/services/liquibase.configuration.AutoloadedConfigurations file.
 */
public interface AutoloadedConfigurations {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy