Annotation Interface RequiresSyncMongo


@Documented @Retention(RUNTIME) @Target(TYPE) @Singleton @Requires(classes=com.mongodb.client.MongoClient.class) @Requires(condition=NotReactiveDriverSelectedCondition.class) public @interface RequiresSyncMongo
Requires configuration that defines sync Mongo driver to be used.
Since:
3.3
Author:
Denis Stepanov