码迷,mamicode.com
首页 > 其他好文 > 详细

自定义注解

时间:2020-06-10 23:06:55      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:extends   mamicode   定义   注解   ida   extend   target   tar   card   

自定义注解基于元注解来定义自己所需要的注解

技术图片

 

 

@Documented
@Target(FIELD) @Retention(RUNTIME) public @interface IdcardValidate { String message() default "身份证号不正确"; Class<?>[] groups() default {}; Class<? extends Payload>[] payload() default {}; }

  

自定义注解

标签:extends   mamicode   定义   注解   ida   extend   target   tar   card   

原文地址:https://www.cnblogs.com/wuhao-0206/p/13089510.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!