File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
android/src/main/java/net/servicestack/client
client/src/main/java/net/servicestack/client Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
package net .servicestack .client ;
2
2
3
3
public @interface ValidateRequest {
4
+ /// <summary>
5
+ /// Expression to create a validator registered in Validators.Types
6
+ /// </summary>
7
+ public String Validator () default "" ;
8
+
4
9
/// <summary>
5
10
/// Boolean #Script Code Expression to Test
6
11
/// </summary>
Original file line number Diff line number Diff line change 1
1
package net .servicestack .client ;
2
2
3
3
public @interface ValidateRequest {
4
+ /// <summary>
5
+ /// Expression to create a validator registered in Validators.Types
6
+ /// </summary>
7
+ public String Validator () default "" ;
8
+
4
9
/// <summary>
5
10
/// Boolean #Script Code Expression to Test
6
11
/// </summary>
You can’t perform that action at this time.
0 commit comments