
cn.gjing.annotation.EnableCors Maven / Gradle / Ivy
The newest version!
package cn.gjing.annotation;
import cn.gjing.handle.CorsSelector;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
/**
* @author Gjing
**/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(CorsSelector.class)
public @interface EnableCors {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy