io.leopard.web4j.nobug.csrf.annotation.NoReferer Maven / Gradle / Ivy
package io.leopard.web4j.nobug.csrf.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@Documented
/**
* 不需要做referer检查.
* @author 阿海
*
*/
public @interface NoReferer {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy