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

liquibase.change.DatabaseChangeNote Maven / Gradle / Ivy

There is a newer version: 4.29.1
Show newest version
package liquibase.change;

public @interface DatabaseChangeNote {
    String database() default "";
    String notes() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy