Annotation Interface LiquibaseMongodbClient


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

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

  • Element Details