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

com.nh.micro.datasource.ChangeDataSource Maven / Gradle / Ivy

The newest version!
package com.nh.micro.datasource;

import java.lang.annotation.*; 

/**
 * 
 * @author ninghao
 *
 */
@Target({ElementType.METHOD, ElementType.TYPE}) 
@Retention(RetentionPolicy.RUNTIME) 
@Documented
public @interface ChangeDataSource {
	String name() default "default"; 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy