Skip to content

Commit ff51de1

Browse files
landyllandyl
authored andcommitted
Add Version Control
1 parent a72ff03 commit ff51de1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

design-patterns-business/src/main/java/org/landy/business/validation/Validator.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
import org.landy.exception.BusinessValidationException;
66

77
/**
8+
* 业务校验统一接口
89
* @author landyl
910
* @create 10:32 AM 05/09/2018
11+
* @version 1.0
12+
* @since 1.0
1013
*/
1114
public interface Validator<R extends RequestDetail,F extends RequestFile> {
1215

design-patterns-business/src/main/java/org/landy/business/validation/ValidatorChain.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
import org.landy.exception.BusinessValidationException;
77

88
/**
9+
* 业务校验责任链
910
* @author landyl
1011
* @create 10:36 AM 05/09/2018
12+
* @version 1.0
13+
* @since 1.0
1114
*/
1215
public interface ValidatorChain<T extends RequestDetail,F extends RequestFile> {
1316

0 commit comments

Comments
 (0)