org.zodiac.datasource.annotation.UsePrimaryDataSource Maven / Gradle / Ivy
The newest version!
package org.zodiac.datasource.annotation;
import java.lang.annotation.*;
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface UsePrimaryDataSource {}