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

com.feingto.cloud.config.datasource.dynamic.DataSource Maven / Gradle / Ivy

The newest version!
package com.feingto.cloud.config.datasource.dynamic;

import java.lang.annotation.*;

/**
 * Target Datasource
 *
 * @author longfei
 */
@Documented
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface DataSource {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy