com.github.jun1st.datasource.MS Maven / Gradle / Ivy
package com.github.jun1st.datasource;
import java.lang.annotation.*;
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface MS {
String value() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy