You can buy this project and download/modify it how often you want.
package liquibase.command.providers; /** * Marker interface for Reference Database providers used by CommandStep Framework. */ public interface ReferenceDatabase { }