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

cn.jiangzeyin.common.interceptor.InterceptorPattens Maven / Gradle / Ivy

There is a newer version: 1.1.11
Show newest version
package cn.jiangzeyin.common.interceptor;

import java.lang.annotation.*;

/**
 * Created by jiangzeyin on 2017/7/8.
 */
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface InterceptorPattens {
    String[] value() default {"/**"};

    String[] exclude() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy