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

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 {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy