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

com.weicoder.web.annotation.Ips Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.weicoder.web.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
 
/**
 * 是否启用ip验证 只允许servlet.ips 配置的ip
 * @author wdcode
 *
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Ips {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy