cn.mybatis.mp.routing.datasource.DS Maven / Gradle / Ivy
package cn.mybatis.mp.routing.datasource;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface DS {
String value();
}