@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Filter
请求过虑器(拦截器) 方法返回值 1. void 2. boolean, false: 则中断往下匹配执行 3. 其他忽略
int
order
String[]
prefix
protocol
public abstract String[] prefix
要匹配的路由前缀 不为空 例: /a/b
public abstract int order
public abstract String[] protocol
支持哪种协议, 用于处理器分组, 不区分大小写
Copyright © 2024. All rights reserved.