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

matrix.module.jdbc.annotation.TargetDataSource Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package matrix.module.jdbc.annotation;

import java.lang.annotation.*;

/**
 * @author WangCheng
 */
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface TargetDataSource {

    String value() default "master";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy