Annotation Interface LiquibaseDataSource


@Target({METHOD,FIELD,PARAMETER,TYPE}) @Retention(RUNTIME) @Documented @Qualifier public @interface LiquibaseDataSource
Qualifier used to specify which datasource will be used and therefore which Liquibase instance will be injected.

Liquibase instances can also be qualified by name using @Named. The name is the datasource name prefixed by "liquibase_".

  • Element Details