Annotation Interface FlywayDataSource


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