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

xyz.shodown.dynamicdb.annotation.DynamicDB Maven / Gradle / Ivy

The newest version!
package xyz.shodown.dynamicdb.annotation;


import java.lang.annotation.*;

/**
 * 多数据源注解
 *
 * @author [email protected]
 */
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DynamicDB {

    String datasource() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy