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

cn.bridgeli.masterslavedbselector.Master Maven / Gradle / Ivy

package cn.bridgeli.masterslavedbselector;

import java.lang.annotation.*;

/**
 * 主库配置注解
 */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface Master {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy