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