Spring 註解(Annotation)之-組合註解與元註解

在項目開發中遇到一個問題,想取得組合註解的頭部元註解,網上找了一遍都沒有,先記錄一下取得方式:java @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented @RequestMapping(method = RequestMethod.POST) public @interface PostMappi
相關文章
相關標籤/搜索