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

cn.echo.sharding.annotation.HintMasterRoute Maven / Gradle / Ivy

The newest version!
package cn.echo.sharding.annotation;

import java.lang.annotation.*;

/**
 * 强制master数据源
 * @author lonyee
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface HintMasterRoute {
    /**
     * 是否强制主库
     * @return
     */
    boolean isMasterOnly() default true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy