首页>代码>springmvc+hibernate+jbpm开发OA自动化办公后台管理系统源码下载>/jroo/src/com/jroo/base/annotation/Validation.java
package com.jroo.base.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Documented @Retention(RetentionPolicy.RUNTIME) @Target( {ElementType.FIELD,ElementType.METHOD}) public @interface Validation { /** *是否可以为null * @return */ boolean notNull() default true; /** * 默认值 * @return */ String defaultValue() default ""; /** * 是否是email * @return */ boolean email() default false; /** * email格式 * @return */ String emailPattern() default "/^***@*******$/"; }

educationAAA LV11
2024年6月23日
全栈小白 LV35
2024年1月29日
lironggang LV38
2023年11月30日
Seaskye LV14
2023年11月4日
xyxyxy_59 LV1
2022年12月18日
东方明亮 LV5
2022年12月4日
cx123123 LV7
2022年5月16日
liuzejuncn LV6
2022年3月13日
wanglinddad LV55
2022年3月9日
winnie_cc LV4
2022年2月25日

adong023 LV1
5月19日
简约时尚 LV13
5月8日
xfcxzks LV1
5月5日
2022102154 LV1
3月27日
微信网友_7391151377240064
2月19日
暂无贡献等级
lujinchao1111 LV4
1月13日
lvyga1 LV2
2024年12月20日
sjwc88 LV4
2024年12月4日
gxh666857 LV1
2024年11月27日
255921158 LV5
2024年11月23日