liquibase.package-info Maven / Gradle / Ivy
/**
* Liquibase top level namespace package.
*
* The top level package contains the {@link liquibase.Liquibase} class which basically is the entrance point to
* all operations interested clients can perform through the software. It also contains some frequently used classes
* like {@link liquibase.CatalogAndSchema} and {@link liquibase.Contexts}.
*/
package liquibase;