Annotation Interface LiquibaseDataSource


@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @Qualifier public @interface LiquibaseDataSource
Qualifier annotation for a DataSource to be injected in to Liquibase. If used for a second data source, the other (main) one would normally be marked as @Primary.
Since:
1.4.1