@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @InterceptMark public @interface Intercept
public abstract Class<? extends BasePathMatchInterceptor> handler
public abstract String[] include
public abstract String[] exclude
Copyright © 2020. All rights reserved.