2020年4月21日

springmvc 自定义注解

摘要: https://www.cnblogs.com/yingsong/p/8508700.html 1. 自定义一个注解 @Documented //文档生成时,该注解将被包含在javadoc中,可去掉 @Target(ElementType.METHOD)//目标是方法 @Retention(Rete 阅读全文

posted @ 2020-04-21 13:30 四海骄阳 阅读(547) 评论(0) 推荐(0)

导航