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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy