liquibase.servicelocator.PrioritizedService Maven / Gradle / Ivy
package liquibase.servicelocator;
public interface PrioritizedService {
final int PRIORITY_DEFAULT = 1;
final int PRIORITY_DATABASE = 5;
int getPriority();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy