Package io.quarkus.liquibase
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_".
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSupports inline instantiation of theLiquibaseDataSourcequalifier. -
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-