All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anwen.mongo.annotation.index.MongoIndexDs Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.anwen.mongo.annotation.index;

import java.lang.annotation.*;

/**
 * 用来标识自动创建的索引应该在哪个数据源
 * @author anwen
 */
@Target({ ElementType.TYPE })
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface MongoIndexDs {

    /**
     * 数据源名称
     * @author anwen
     * @date 2024/8/27 11:15
     */
    String dataSource() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy