@At("")
@Ok("beetl:/platform/wf/deploy/index.html")
@RequiresPermissions("wf.cfg.deploy")
public void index(HttpServletRequest req) {
req.setAttribute("list", wfCategoryService.query(Cnd.orderBy().asc("location")));
}
@At
@Ok("json:full")
@RequiresPermissions("wf.cfg.deploy")
这两个at注解是怎么进行匹配的